Home
last modified time | relevance | path

Searched refs:devfstype (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c83 static int devfstype; /* fstype */ variable
143 devfstype = fstype; in devfsinit()
221 vfsp->vfs_fstype = devfstype; in devfs_mount()
225 vfs_make_fsid(&vfsp->vfs_fsid, vfsp->vfs_dev, devfstype); in devfs_mount()
293 (void) strcpy(sbp->f_basetype, vfssw[devfstype].vsw_name); in devfs_statvfs()