Searched refs:null_vnodeops (Results 1 – 3 of 3) sorted by relevance
85 extern struct vop_vector null_vnodeops;94 return (op == &null_vnodeops || op == &null_vnodeops_no_unp_bypass); in null_is_nullfs_vnode()
1226 struct vop_vector null_vnodeops = { variable1258 VFS_VOP_VECTOR_REGISTER(null_vnodeops);1261 .vop_default = &null_vnodeops,
245 &null_vnodeops, &vp); in null_nodeget()