Searched defs:automount_send_ready (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dautomount.c90 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) { function
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(
[all...]

Completed in 12 milliseconds