Searched refs:null_vnodeop_p (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull.h113 extern int (**null_vnodeop_p)(void *);
H A Dnull_vnops.c250 extern int (**null_vnodeop_p)(void *); /* not extern, really "forward" */
288 (*this_vp_p)->v_op != null_vnodeop_p)) {
553 int (**null_vnodeop_p)(void *); variable
570 { &null_vnodeop_p, null_vnodeop_entries };
H A Dnull_subr.c163 if (error = getnewvnode(VT_NULL, mp, null_vnodeop_p, vpp)) {
269 if (vp->v_op != null_vnodeop_p) {

Completed in 30 milliseconds