Searched refs:fstype_is_network (Results 1 – 5 of 5) sorted by relevance
15 bool fstype_is_network(const char *fstype);
362 bool fstype_is_network(const char *fstype) { in fstype_is_network() function405 return !streq(fstype, "9p") && !fstype_is_network(fstype) && !fstype_is_api_vfs(fstype); in fstype_is_blockdev_backed()
131 !fstype_is_network(fstype) && in mount_points_list_get()
184 fstype_is_network(me->mnt_type); in mount_is_network()
93 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()