Searched defs:procfstype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c110 static int procfstype; variable
154 procfstype = fstype;
155 ASSERT(procfstype != 0);
230 vfsp->vfs_fstype = procfstype;
242 vfs_make_fsid(&vfsp->vfs_fsid, vfsp->vfs_dev, procfstype);
319 (void) strcpy(sp->f_basetype, vfssw[procfstype].vsw_name);

Completed in 57 milliseconds