Home
last modified time | relevance | path

Searched refs:inotify_init (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h114 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
/third_party/musl/src/linux/
Dinotify.c5 int inotify_init() in inotify_init() function
/third_party/musl/ndk_musl_include/sys/
Dinotify.h49 int inotify_init(void);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h49 int inotify_init(void);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h49 int inotify_init(void);
/third_party/musl/include/sys/
Dinotify.h49 int inotify_init(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h49 int inotify_init(void);
/third_party/toybox/toys/other/
Dinotifyd.c47 if ((fds.fd = inotify_init()) == -1) perror_exit(0); in inotifyd_main()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dinotify.c33 return inotify_init(); in inotify_init_test()
/third_party/ltp/include/lapi/syscalls/
Dsparc64.in136 inotify_init 151
Dia64.in248 inotify_init 1277
Dmips_n64.in243 inotify_init 5243
Ds390x.in229 inotify_init 284
Dmips_n32.in247 inotify_init 6247
Dsh.in263 inotify_init 290
Dx86_64.in254 inotify_init 253
Dpowerpc64.in274 inotify_init 275
Dpowerpc.in274 inotify_init 275
Ds390.in262 inotify_init 284
Di386.in289 inotify_init 291
Dsparc.in151 inotify_init 151
Dmips_o32.in284 inotify_init 4284
Darm.in272 inotify_init (__NR_SYSCALL_BASE+316)
/third_party/glib/gio/inotify/
Dinotify-kernel.c390 iks->fd = inotify_init (); in ik_source_new()
/third_party/toybox/lib/
Dportability.c246 if ((not->kq = inotify_init()) < 0) perror_exit("inotify_init"); in xnotify_init()

12