Home
last modified time | relevance | path

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

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