Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dmountpoint-util.h15 bool fstype_is_network(const char *fstype);
Dmountpoint-util.c362 bool fstype_is_network(const char *fstype) { in fstype_is_network() function
405 return !streq(fstype, "9p") && !fstype_is_network(fstype) && !fstype_is_api_vfs(fstype); in fstype_is_blockdev_backed()
/systemd-251/src/shutdown/
Dumount.c131 !fstype_is_network(fstype) && in mount_points_list_get()
/systemd-251/src/fstab-generator/
Dfstab-generator.c184 fstype_is_network(me->mnt_type); in mount_is_network()
/systemd-251/src/core/
Dmount.c93 if (p->fstype && fstype_is_network(p->fstype)) in mount_is_network()
161 if (p->fstype && fstype_is_network(p->fstype)) in mount_needs_quota()