Searched refs:mntfstype (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c104 extern int mntfstype;
144 mntfstype = fstype;
145 ASSERT(mntfstype != 0);
220 vfsp->vfs_fstype = mntfstype;
231 vfs_make_fsid(&vfsp->vfs_fsid, vfsp->vfs_dev, mntfstype);
295 (void) strcpy(sp->f_basetype, vfssw[mntfstype].vsw_name);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c186 extern int mntfstype;
1222 * special case /etc/mnttab(mntfs type). The mntfstype != 0
1225 if (vfs_mntdummyvp && mntfstype != 0 &&
1226 vp->v_vfsp->vfs_fstype == mntfstype) {
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c150 int mntfstype; /* will be set once mnt fs is mounted */ variable

Completed in 297 milliseconds