Home
last modified time | relevance | path

Searched refs:inotify_event (Results 1 – 12 of 12) sorted by relevance

/systemd-251/src/basic/
Dinotify-util.h11 #define INOTIFY_EVENT_MAX (offsetof(struct inotify_event, name) + NAME_MAX + 1)
14 for (struct inotify_event \
16 *end = (struct inotify_event*) ((uint8_t*) start + (sz)), \
18 (size_t) ((uint8_t*) end - (uint8_t*) e) >= sizeof(struct inotify_event) && \
19 ((size_t) ((uint8_t*) end - (uint8_t*) e) >= sizeof(struct inotify_event) + e->len || \
21 e = (struct inotify_event*) ((uint8_t*) e + sizeof(struct inotify_event) + e->len))
33 struct inotify_event ev;
/systemd-251/man/
Dinotify-watch-tmp.c12 const struct inotify_event *event, in inotify_handler()
/systemd-251/src/udev/
Dudevd.c108 sd_event_source *inotify_event; member
225 manager->inotify_event = sd_event_source_unref(manager->inotify_event); in manager_clear_for_worker()
329 manager->inotify_event = sd_event_source_disable_unref(manager->inotify_event); in manager_exit()
2037 …r = sd_event_add_io(manager->event, &manager->inotify_event, manager->inotify_fd, EPOLLIN, on_inot… in main_loop()
Dudevadm-wait.c204 static int on_inotify(sd_event_source *s, const struct inotify_event *event, void *userdata) { in on_inotify()
/systemd-251/src/libsystemd/sd-event/
Dtest-event.c424 static int inotify_handler(sd_event_source *s, const struct inotify_event *ev, void *userdata) { in inotify_handler()
458 static int delete_self_handler(sd_event_source *s, const struct inotify_event *ev, void *userdata) { in delete_self_handler()
726 static int inotify_self_destroy_handler(sd_event_source *s, const struct inotify_event *ev, void *u… in inotify_self_destroy_handler()
Dsd-event.c1993 static int inotify_exit_callback(sd_event_source *s, const struct inotify_event *event, void *userd… in inotify_exit_callback()
3446 if (d->buffer_filled < offsetof(struct inotify_event, name)) in event_inotify_data_process()
3449 sz = offsetof(struct inotify_event, name) + d->buffer.ev.len; in event_inotify_data_process()
3642 assert(d->buffer_filled >= offsetof(struct inotify_event, name)); in source_dispatch()
3643 sz = offsetof(struct inotify_event, name) + d->buffer.ev.len; in source_dispatch()
/systemd-251/src/timesync/
Dwait-sync.c60 static void process_inotify_event(sd_event *event, ClockState *sp, struct inotify_event *e) { in process_inotify_event()
/systemd-251/src/systemd/
Dsd-event.h80 typedef int (*sd_event_inotify_handler_t)(sd_event_source *s, const struct inotify_event *event, vo…
/systemd-251/src/login/
Dlogind-core.c781 static int manager_dispatch_utmp(sd_event_source *s, const struct inotify_event *event, void *userd… in manager_dispatch_utmp()
/systemd-251/src/home/
Dhomed-manager.c74 static int on_home_inotify(sd_event_source *s, const struct inotify_event *event, void *userdata);
119 static int on_home_inotify(sd_event_source *s, const struct inotify_event *event, void *userdata) { in on_home_inotify()
/systemd-251/src/core/
Dmanager.c117 static int manager_dispatch_timezone_change(sd_event_source *source, const struct inotify_event *ev…
2950 const struct inotify_event *e, in manager_dispatch_timezone_change()
/systemd-251/src/libsystemd/sd-journal/
Dsd-journal.c2610 static void process_inotify_event(sd_journal *j, const struct inotify_event *e) { in process_inotify_event()