Home
last modified time | relevance | path

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

/systemd-251/src/core/ !
Dmount.c53 static int mount_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);
1900 … r = sd_event_add_io(m->event, &m->mount_event_source, fd, EPOLLIN, mount_dispatch_io, m); in mount_enumerate()
2079 static int mount_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { in mount_dispatch_io() function