Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/miscfs/nullfs/
H A Dnull_subr.c96 static int null_hashins(struct mount *, struct null_node *, struct vnode **);
187 null_hashins(struct mount * mp, struct null_node * xp, struct vnode ** vpp) in null_hashins() function
351 error = null_hashins(mp, VTONULL(vp), vpp); in null_nodeget()