Searched refs:automount_send_ready (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | automount.c | 67 static int automount_send_ready(Automount *a, Set *tokens, int status); 95 automount_send_ready(a, a->tokens, -EHOSTDOWN); in unmount_autofs() 96 automount_send_ready(a, a->expire_tokens, -EHOSTDOWN); in unmount_autofs() 471 static int automount_send_ready(Automount *a, Set *tokens, int status) { in automount_send_ready() function 540 (void) automount_send_ready(a, a->tokens, 0); in automount_trigger_notify() 555 (void) automount_send_ready(a, a->expire_tokens, -ENODEV); in automount_trigger_notify() 558 (void) automount_send_ready(a, a->expire_tokens, 0); in automount_trigger_notify() 567 (void) automount_send_ready(a, a->tokens, -ENODEV); in automount_trigger_notify() 787 automount_send_ready(a, a->tokens, -EHOSTDOWN); in automount_enter_running() 788 automount_send_ready(a, a->expire_tokens, -EHOSTDOWN); in automount_enter_running() [all …]
|