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()
1227 struct vop_vector null_vnodeops = { variable1259 VFS_VOP_VECTOR_REGISTER(null_vnodeops);1262 .vop_default = &null_vnodeops,
245 &null_vnodeops, &vp); in null_nodeget()