Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cache.c933 int pvid; in vnode_getparent_and_name() local
960 pvid = pvp->v_id; in vnode_getparent_and_name()
966 if (vnode_getwithvid(pvp, pvid) != 0) { in vnode_getparent_and_name()
1003 int pvid; in vnode_getparent_if_different() local
1022 pvid = real_pvp->v_id; in vnode_getparent_if_different()
1027 if (vnode_getwithvid(real_pvp, pvid) != 0) { in vnode_getparent_if_different()