Searched refs:spec_vfs (Results 1 – 3 of 3) sorted by relevance
71 struct vfs spec_vfs; variable251 svp->v_vfsp = &spec_vfs; in makespecvp()563 svp->v_vfsp = &spec_vfs; in get_cvp()609 svp->v_vfsp = &spec_vfs; in commonvp()829 VFS_INIT(&spec_vfs, spec_vfsops, (caddr_t)NULL); in specinit()
1641 if (vp->v_vfsp && (vp->v_vfsp != &spec_vfs)) in spec_inactive()
145 extern struct vfs spec_vfs;