Home
last modified time | relevance | path

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; in mntinit()
145 ASSERT(mntfstype != 0); in mntinit()
220 vfsp->vfs_fstype = mntfstype; in mntmount()
231 vfs_make_fsid(&vfsp->vfs_fsid, vfsp->vfs_dev, mntfstype); in mntmount()
295 (void) strcpy(sp->f_basetype, vfssw[mntfstype].vsw_name); in mntstatvfs()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c187 extern int mntfstype;
1226 if (vfs_mntdummyvp && mntfstype != 0 && in port_resolve_vp()
1227 vp->v_vfsp->vfs_fstype == mntfstype) { in port_resolve_vp()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c153 int mntfstype; /* will be set once mnt fs is mounted */ variable