Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dmount.c108 static bool mount_is_loop(const MountParameters *p) { in mount_is_loop() function
317 (mount_is_bind(pm) || mount_is_loop(pm) || !mount_is_network(pm))) { in mount_add_mount_dependencies()