Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/miscfs/bindfs/
H A Dbind_subr.c134 uint32_t vp_vid = 0; in bind_hashget() local
154 vp_vid = a->bind_myvid; in bind_hashget()
162 error = vnode_getwithvid(vp, vp_vid); in bind_hashget()
/xnu-8020.140.41/bsd/miscfs/nullfs/
H A Dnull_subr.c141 uint32_t vp_vid = 0; in null_hashget() local
162 vp_vid = a->null_myvid; in null_hashget()
170 error = vnode_getwithvid(vp, vp_vid); in null_hashget()