Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dvnode_internal.h557 vnode_t vnode_getparent_if_different(vnode_t, vnode_t);
/xnu-12377.61.12/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.c6165 pvp = vnode_getparent_if_different(vp, dvp); in linkat_internal()