Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Dvnode_internal.h561 vnode_t vnode_getparent_if_different(vnode_t, vnode_t);
/xnu-10002.61.3/bsd/vfs/
H A Dvfs_cache.c962 vnode_getparent_if_different(vnode_t vp, vnode_t pvp) in vnode_getparent_if_different() function
H A Dvfs_syscalls.c5721 pvp = vnode_getparent_if_different(vp, dvp); in linkat_internal()