Home
last modified time | relevance | path

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

/systemd-251/src/fstab-generator/ !
Dfstab-generator.c180 static bool mount_is_network(struct mntent *me) { in mount_is_network() function
668 else if (mount_is_network(me)) in parse_fstab()
/systemd-251/src/core/ !
Dmount.c87 static bool mount_is_network(const MountParameters *p) { in mount_is_network() function
317 (mount_is_bind(pm) || mount_is_loop(pm) || !mount_is_network(pm))) { in mount_add_mount_dependencies()
470 } else if (mount_is_network(p)) { in mount_add_default_ordering_dependencies()
522 if (mount_is_network(p)) { in mount_add_default_dependencies()