Searched refs:inotify_event (Results 1 - 7 of 7) sorted by relevance

/systemd/src/basic/
H A Dfs-util.h65 #define INOTIFY_EVENT_MAX (sizeof(struct inotify_event) + NAME_MAX + 1)
70 (e) = (struct inotify_event*) ((uint8_t*) (e) + sizeof(struct inotify_event) + (e)->len))
73 struct inotify_event ev;
H A Dterminal-util.c449 struct inotify_event *e;
/systemd/src/udev/
H A Dudevd.c96 sd_event_source *inotify_event; member in struct:Manager
304 sd_event_source_unref(manager->inotify_event);
376 manager->inotify_event = sd_event_source_unref(manager->inotify_event);
748 manager->inotify_event = sd_event_source_unref(manager->inotify_event);
1126 struct inotify_event *e;
1594 r = sd_event_add_io(manager->event, &manager->inotify_event, manager->fd_inotify, EPOLLIN, on_inotify, manager);
/systemd/src/libsystemd/sd-network/
H A Dsd-network.c314 struct inotify_event *e;
/systemd/src/core/
H A Dpath.c162 struct inotify_event *e;
H A Dcgroup.c1212 struct inotify_event *e;
/systemd/src/journal/
H A Dsd-journal.c2156 static void process_inotify_event(sd_journal *j, struct inotify_event *e) {
2223 struct inotify_event *e;

Completed in 36 milliseconds