Home
last modified time | relevance | path

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

/systemd-251/src/core/ !
Dautomount.c64 static int automount_dispatch_io(sd_event_source *s, int fd, uint32_t events, void *userdata);
310 …nt_add_io(u->manager->event, &a->pipe_event_source, a->pipe_fd, EPOLLIN, automount_dispatch_io, u); in automount_coldplug()
649 …nt_add_io(UNIT(a)->manager->event, &a->pipe_event_source, p[0], EPOLLIN, automount_dispatch_io, a); in automount_enter_waiting()
976 static int automount_dispatch_io(sd_event_source *s, int fd, uint32_t events, void *userdata) { in automount_dispatch_io() function