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

/systemd/src/core/
H A Dmount.c770 static void mount_enter_mounted(Mount *m, MountResult f) { function
807 mount_enter_mounted(m, MOUNT_SUCCESS);
821 mount_enter_mounted(m, MOUNT_FAILURE_RESOURCES);
857 mount_enter_mounted(m, MOUNT_FAILURE_RESOURCES);
965 mount_enter_mounted(m, MOUNT_SUCCESS);
1181 mount_enter_mounted(m, f);
1183 mount_enter_mounted(m, f);
1194 mount_enter_mounted(m, MOUNT_SUCCESS);
1223 mount_enter_mounted(m, f);
1229 mount_enter_mounted(
[all...]

Completed in 30 milliseconds