Searched refs:mnt_fstype (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/cddl/compat/opensolaris/include/
H A Dmnttab.h24 char *mnt_fstype; member in struct:mnttab
/freebsd-12-stable/cddl/compat/opensolaris/misc/
H A Dmnttab.c126 mp->mnt_fstype = sfs->f_fstypename;
185 if (mrefp->mnt_fstype != NULL &&
186 strcmp(mrefp->mnt_fstype, gsfs[i].f_fstypename) != 0) {
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c820 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0)
825 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, entry.mnt_fstype);
841 free(mtn->mtn_mt.mnt_fstype);
870 srch.mnt_fstype = MNTTYPE_ZFS;
902 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, MNTTYPE_ZFS);
911 free(mtn->mtn_mt.mnt_fstype);
934 free(ret->mtn_mt.mnt_fstype);
H A Dlibzfs_mount.c1620 if (entry.mnt_fstype == NULL ||
1621 strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0)
H A Dlibzfs_util.c795 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) {
/freebsd-12-stable/contrib/amd/include/
H A Dam_defs.h1421 # define mnt_type mnt_fstype
/freebsd-12-stable/lib/libbe/
H A Dbe.c90 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0)
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c6358 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0 ||
6492 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) {
6632 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0)

Completed in 120 milliseconds