Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/miscfs/nullfs/
H A Dnull_subr.c82 #define NULL_NHASH(vp) (&null_node_hashtbl[((((uintptr_t)vp) >> vnsz2log) + (uintptr_t)vnode_mount(… macro
150 hd = NULL_NHASH(lowervp); in null_hashget()
195 hd = NULL_NHASH(xp->null_lowervp); in null_hashins()