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

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c71 struct vfs spec_vfs; variable in typeref:struct:vfs
251 svp->v_vfsp = &spec_vfs;
563 svp->v_vfsp = &spec_vfs;
609 svp->v_vfsp = &spec_vfs;
827 * Associate vfs operations with spec_vfs
829 VFS_INIT(&spec_vfs, spec_vfsops, (caddr_t)NULL);

Completed in 132 milliseconds