Lines Matching defs:automount_send_ready
90 static int automount_send_ready(Automount *a, Set *tokens, int status);
100 automount_send_ready(a, a->tokens, -EHOSTDOWN);
101 automount_send_ready(a, a->expire_tokens, -EHOSTDOWN);
423 static int automount_send_ready(Automount *a, Set *tokens, int status) {
475 automount_send_ready(a, a->tokens, 0);
490 automount_send_ready(a, a->tokens, -ENODEV);
499 automount_send_ready(a, a->expire_tokens, 0);
511 automount_send_ready(a, a->expire_tokens, -ENODEV);
713 automount_send_ready(a, a->tokens, -EHOSTDOWN);
714 automount_send_ready(a, a->expire_tokens, -EHOSTDOWN);
983 automount_send_ready(a, a->expire_tokens, 0);