fstype_is_network   72 src/core/mount.c         if (p->fstype && fstype_is_network(p->fstype))
fstype_is_network 1409 src/core/mount.c                         target = fstype_is_network(fstype) ? SPECIAL_REMOTE_FS_TARGET : SPECIAL_LOCAL_FS_TARGET;
fstype_is_network  141 src/fstab-generator/fstab-generator.c                 fstype_is_network(me->mnt_type);
fstype_is_network  397 src/shared/util.h bool fstype_is_network(const char *fstype);