Searched refs:inotify_init1 (Results 1 – 25 of 27) sorted by relevance
12
7 return inotify_init1(0); in inotify_init()9 int inotify_init1(int flags) in inotify_init1() function
50 int inotify_init1(int);
244 fd = inotify_init1(IN_CLOEXEC); in udev_queue_get_fd()
40 inotify_fd = inotify_init1(IN_CLOEXEC); in udev_watch_init()
27 inotify_init1 26
289 inotify_init1 1318
288 inotify_init1 288
292 inotify_init1 292
269 inotify_init1 324
305 inotify_init1 322
321 inotify_init1 322
304 inotify_init1 332
295 inotify_init1 294
318 inotify_init1 318
330 inotify_init1 332
329 inotify_init1 329
302 inotify_init1 324
317 inotify_init1 (__NR_SYSCALL_BASE+360)
74 fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in init_inotify()
181 _glfw.linux_js.inotify = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in _glfwInitJoysticksLinux()
387 iks->fd = inotify_init1 (IN_CLOEXEC); in ik_source_new()
657 if ((u->inotify_fd = inotify_init1(IN_CLOEXEC|IN_NONBLOCK)) < 0) { in setup_inotify()