Searched refs:inotify_init (Results 1 – 25 of 52) sorted by relevance
123
/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 114 extern struct inotify_handle *inotify_init(const struct inotify_operations *); 167 static inline struct inotify_handle *inotify_init(const struct inotify_operations *ops) in inotify_init() function
|
/external/toybox/toys/other/ |
D | inotifyd.c | 47 if ((fds.fd = inotify_init()) == -1) perror_exit(0); in inotifyd_main()
|
/external/selinux/restorecond/ |
D | restorecond.c | 186 master_fd = inotify_init(); in main()
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 35 [1043] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
/external/llvm/test/CodeGen/Hexagon/ |
D | rdf-inline-asm.ll | 10 define i32 @inotify_init() #0 {
|
/external/ltp/testcases/kernel/include/ |
D | ia64.in | 246 inotify_init 1277
|
D | x86_64.in | 253 inotify_init 253
|
D | sparc.in | 156 inotify_init 151
|
D | s390.in | 204 inotify_init 284
|
D | s390x.in | 204 inotify_init 284
|
D | sparc64.in | 135 inotify_init 151
|
D | powerpc.in | 271 inotify_init 275
|
D | i386.in | 286 inotify_init 291
|
D | powerpc64.in | 271 inotify_init 275
|
D | sh.in | 313 inotify_init 318
|
D | arm.in | 281 inotify_init (__NR_SYSCALL_BASE+316)
|
/external/toybox/toys/posix/ |
D | tail.c | 242 if ((TT.ffd = inotify_init()) < 0) perror_exit("inotify_init"); in tail_main()
|
/external/strace/linux/s390x/ |
D | syscallent.h | 299 [284] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
/external/strace/linux/mips/ |
D | syscallent-n64.h | 246 [5243] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
D | syscallent-n32.h | 250 [6247] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 269 [276] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
/external/ltp/testcases/kernel/syscalls/ |
D | .gitignore | 376 /inotify_init/inotify_init1_01 377 /inotify_init/inotify_init1_02
|
/external/strace/linux/ia64/ |
D | syscallent.h | 297 [1277] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 261 inotify_fd_(inotify_init()), in InotifyReader()
|
/external/strace/linux/crisv10/ |
D | syscallent.h | 287 [291] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
123