Searched defs:inotify_fd (Results 1 - 3 of 3) sorted by relevance

/systemd/src/udev/
H A Dudev-watch.c30 static int inotify_fd = -1; variable
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, w
[all...]
/systemd/src/core/
H A Dpath.h47 int inotify_fd; member in struct:PathSpec
59 return s->inotify_fd == fd;
/systemd/src/journal/
H A Djournal-internal.h100 int inotify_fd; member in struct:sd_journal

Completed in 21 milliseconds