Home
last modified time | relevance | path

Searched refs:null_vnodeops (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nullfs/
H A Dnull.h85 extern struct vop_vector null_vnodeops;
94 return (op == &null_vnodeops || op == &null_vnodeops_no_unp_bypass); in null_is_nullfs_vnode()
H A Dnull_vnops.c1226 struct vop_vector null_vnodeops = { variable
1258 VFS_VOP_VECTOR_REGISTER(null_vnodeops);
1261 .vop_default = &null_vnodeops,
H A Dnull_subr.c245 &null_vnodeops, &vp); in null_nodeget()