Searched refs:tarfs_vnodeops (Results 1 – 3 of 3) sorted by relevance
208 extern struct vop_vector tarfs_vnodeops;
684 struct vop_vector tarfs_vnodeops = { variable702 VFS_VOP_VECTOR_REGISTER(tarfs_vnodeops);
1184 (void)getnewvnode("tarfs", mp, &tarfs_vnodeops, &vp); in tarfs_vget()