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

/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c57 static int bootfs_fstype; variable
124 vfsp->vfs_fstype = bootfs_fstype;
129 vfs_make_fsid(&vfsp->vfs_fsid, fsdev, bootfs_fstype);
238 bootfs_fstype = fstype;
239 ASSERT(bootfs_fstype != 0);
247 (void) vfs_freevfsops_by_type(bootfs_fstype);
315 (void) vfs_freevfsops_by_type(bootfs_fstype);

Completed in 56 milliseconds