Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dmount.c117 static bool mount_is_bind(const MountParameters *p) { in mount_is_bind() function
164 if (mount_is_bind(p)) in mount_needs_quota()
317 (mount_is_bind(pm) || mount_is_loop(pm) || !mount_is_network(pm))) { in mount_add_mount_dependencies()
364 if (mount_is_bind(p)) in mount_add_device_dependencies()
1029 if (p && mount_is_bind(p)) { in mount_enter_mounting()