Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/miscfs/bindfs/ !
H A Dbind_subr.c82 #define BIND_NHASH(vp) (&bind_node_hashtbl[((((uintptr_t)vp) >> vnsz2log) + (uintptr_t)vnode_mount(… macro
143 hd = BIND_NHASH(lowervp); in bind_hashget()
191 hd = BIND_NHASH(xp->bind_lowervp); in bind_hashins()