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

/systemd/src/core/
H A Dmount.c71 static int mount_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);
1610 r = sd_event_add_io(m->event, &m->mount_event_source, fd, EPOLLIN, mount_dispatch_io, m);
1635 static int mount_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { function

Completed in 22 milliseconds