Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/miscfs/bindfs/
H A Dbind_subr.c93 static int bind_hashins(struct mount *, struct bind_node *, struct vnode **);
179 bind_hashins(struct mount * mp, struct bind_node * xp, struct vnode ** vpp) in bind_hashins() function
337 error = bind_hashins(mp, VTOBIND(vp), vpp); in bind_nodeget()