Lines Matching defs:inotify_fd
30 static int inotify_fd = -1;
37 inotify_fd = inotify_init1(IN_CLOEXEC);
38 if (inotify_fd < 0)
40 return inotify_fd;
47 if (inotify_fd < 0)
96 if (inotify_fd < 0)
100 wd = inotify_add_watch(inotify_fd, udev_device_get_devnode(dev), IN_CLOSE_WRITE);
103 inotify_fd, udev_device_get_devnode(dev), IN_CLOSE_WRITE);
121 if (inotify_fd < 0)
129 inotify_rm_watch(inotify_fd, wd);
142 if (inotify_fd < 0 || wd < 0)