Searched refs:inotify_init1 (Results 1 – 25 of 39) sorted by relevance
12
27 int fd = inotify_init1(0); in inotify_init1_0100()41 int fd = inotify_init1(IN_NONBLOCK); in inotify_init1_0200()55 int fd = inotify_init1(IN_CLOEXEC); in inotify_init1_0300()69 int fd = inotify_init1(-1); in inotify_init1_0400()
17 "inotify_init1",
7 return inotify_init1(0); in inotify_init()9 int inotify_init1(int flags) in inotify_init1() function
50 int inotify_init1(int);
144 let res = Errno::result(unsafe { libc::inotify_init1(flags.bits()) }); in init()
27 inotify_init1 26
288 inotify_init1 5288
292 inotify_init1 6292
289 inotify_init1 1318
269 inotify_init1 324
304 inotify_init1 332
295 inotify_init1 294
305 inotify_init1 322
321 inotify_init1 322
329 inotify_init1 4329
330 inotify_init1 332
318 inotify_init1 318
302 inotify_init1 324
74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()