Searched refs:mntfstype (Results 1 – 3 of 3) sorted by relevance
104 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()
186 extern int mntfstype;1225 if (vfs_mntdummyvp && mntfstype != 0 && in port_resolve_vp()1226 vp->v_vfsp->vfs_fstype == mntfstype) { in port_resolve_vp()
157 int mntfstype; /* will be set once mnt fs is mounted */ variable