Searched refs:expire_event_source (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Dautomount.h49 sd_event_source *expire_event_source; member in struct:Automount
H A Dautomount.c129 a->expire_event_source = sd_event_source_unref(a->expire_event_source);
491 (void) sd_event_source_set_enabled(a->expire_event_source, SD_EVENT_OFF);
645 assert(source == a->expire_event_source);
681 if (a->expire_event_source) {
682 r = sd_event_source_set_time(a->expire_event_source, timeout);
686 return sd_event_source_set_enabled(a->expire_event_source, SD_EVENT_ONESHOT);
691 &a->expire_event_source,
697 (void) sd_event_source_set_description(a->expire_event_source, "automount-expire");
961 (void) sd_event_source_set_enabled(a->expire_event_source, SD_EVENT_OF
[all...]

Completed in 530 milliseconds