Searched refs:inotify_init (Results 1 – 25 of 27) sorted by relevance
12
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
5 int inotify_init() in inotify_init() function
49 int inotify_init(void);
47 if ((fds.fd = inotify_init()) == -1) perror_exit(0); in inotifyd_main()
33 return inotify_init(); in inotify_init_test()
136 inotify_init 151
248 inotify_init 1277
243 inotify_init 5243
229 inotify_init 284
247 inotify_init 6247
263 inotify_init 290
254 inotify_init 253
274 inotify_init 275
262 inotify_init 284
289 inotify_init 291
151 inotify_init 151
284 inotify_init 4284
272 inotify_init (__NR_SYSCALL_BASE+316)
390 iks->fd = inotify_init (); in ik_source_new()
246 if ((not->kq = inotify_init()) < 0) perror_exit("inotify_init"); in xnotify_init()