Searched refs:inotify_init1 (Results 1 – 25 of 79) sorted by relevance
1234
14 extern "C" int inotify_init1(int flags);17 inotify_init1(IN_NONBLOCK); in a()20 TEMP_FAILURE_RETRY(inotify_init1(IN_NONBLOCK)); in a()26 inotify_init1(0); in f()29 TEMP_FAILURE_RETRY(inotify_init1(0)); in f()34 inotify_init1(flag); in f()35 TEMP_FAILURE_RETRY(inotify_init1(flag)); in f()39 int inotify_init1(int flags);42 inotify_init1(IN_NONBLOCK); in d()43 TEMP_FAILURE_RETRY(inotify_init1(IN_NONBLOCK)); in d()[all …]
6 ``inotify_init1()`` should include ``IN_CLOEXEC`` in its type argument to avoid the14 inotify_init1(IN_NONBLOCK);18 inotify_init1(IN_NONBLOCK | IN_CLOEXEC);
7 ``inotify_init1()``.17 inotify_init1(IN_CLOEXEC);
59 SYS_FUNC(inotify_init1) in SYS_FUNC() argument
123 libc::inotify_init1(flags.bits()) in init()
27 inotify_init1 26
288 inotify_init1 288
288 inotify_init1 1318
293 inotify_init1 294
299 inotify_init1 322
240 inotify_init1 324
314 inotify_init1 318
292 inotify_init1 292
326 inotify_init1 332
323 inotify_init1 322
353 inotify_init1 360
329 inotify_init1 329
183 file_wait->inotify_fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in cras_file_wait_dispatch()
330 const int InotifyFD = inotify_init1(IN_CLOEXEC); in create()
110 inotify_init1
111 inotify_init1 \