Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cache.c926 int pvid; in vnode_getparent_and_name() local
953 pvid = pvp->v_id; in vnode_getparent_and_name()
959 if (vnode_getwithvid(pvp, pvid) != 0) { in vnode_getparent_and_name()
996 int pvid; in vnode_getparent_if_different() local
1015 pvid = real_pvp->v_id; in vnode_getparent_if_different()
1020 if (vnode_getwithvid(real_pvp, pvid) != 0) { in vnode_getparent_if_different()