Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dvnode_internal.h562 vnode_t vnode_getparent_if_different(vnode_t, vnode_t);
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cache.c1000 vnode_getparent_if_different(vnode_t vp, vnode_t pvp) in vnode_getparent_if_different() function
H A Dvfs_syscalls.c5885 pvp = vnode_getparent_if_different(vp, dvp); in linkat_internal()