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

/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c72 static int fdfstype = 0; variable
394 vfsp->vfs_fstype = fdfstype;
402 vfs_make_fsid(&vfsp->vfs_fsid, vfsp->vfs_dev, fdfstype);
470 (void) strcpy(sp->f_basetype, vfssw[fdfstype].vsw_name);
490 fdfstype = fstype;
491 ASSERT(fdfstype != 0);

Completed in 72 milliseconds