Lines Matching refs:automount_send_ready
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()
804 automount_send_ready(a, a->tokens, 0); in automount_enter_running()