Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c56 static int tmpfsfstype; variable
132 (void) vfs_freevfsops_by_type(tmpfsfstype); in _fini()
187 tmpfsfstype = fstype; in tmpfsinit()
188 ASSERT(tmpfsfstype != 0); in tmpfsinit()
341 vfsp->vfs_fstype = tmpfsfstype; in tmp_mount()
345 vfs_make_fsid(&vfsp->vfs_fsid, tm->tm_dev, tmpfsfstype); in tmp_mount()
660 (void) strcpy(sbp->f_basetype, vfssw[tmpfsfstype].vsw_name); in tmp_statvfs()