Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dmount.c129 static bool mount_is_bound_to_device(Mount *m) { in mount_is_bound_to_device() function
149 …if (mount_is_bound_to_device(m)) /* If we are using BindsTo= the stop propagation is implicit, no … in mount_propagate_stop()
383 dep = mount_is_bound_to_device(m) ? UNIT_BINDS_TO : UNIT_REQUIRES; in mount_add_device_dependencies()