Home
last modified time | relevance | path

Searched refs:mount_arm_timer (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/core/
Dmount.c196 static int mount_arm_timer(Mount *m, usec_t usec) { in mount_arm_timer() function
754 … r = mount_arm_timer(m, usec_add(u->state_change_timestamp.monotonic, m->timeout_usec)); in mount_coldplug()
841 r = mount_arm_timer(m, usec_add(now(CLOCK_MONOTONIC), m->timeout_usec)); in mount_spawn()
950 r = mount_arm_timer(m, usec_add(now(CLOCK_MONOTONIC), m->timeout_usec)); in mount_enter_signal()
2140 r = mount_arm_timer(m, usec_add(now(CLOCK_MONOTONIC), m->exec_context.timeout_clean_usec)); in mount_clean()