Searched refs:fstype_is_network (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dmount-util.h45 bool fstype_is_network(const char *fstype);
H A Dmount-util.c489 bool fstype_is_network(const char *fstype) { function
/systemd/src/fstab-generator/
H A Dfstab-generator.c135 fstype_is_network(me->mnt_type);
/systemd/src/core/
H A Dmount.c77 if (fstype && fstype_is_network(fstype))
112 if (p->fstype && fstype_is_network(p->fstype))

Completed in 657 milliseconds