Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dvnode.h2416 vnode_t vnode_getparent(vnode_t vp);
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_lookup.c2402 if (!vnode_isdir(vp) && !(pvp = vnode_getparent(vp))) {
H A Dvfs_xattr.c2121 if ((dvp = vnode_getparent(vp)) == NULLVP) { in open_xattrfile()
H A Dvfs_cache.c987 vnode_getparent(vnode_t vp) in vnode_getparent() function
H A Dvfs_subr.c8250 if ((dvp = vnode_getparent(vp)) == NULLVP) { in dot_underbar_check_paired_vnode()
8405 vnode_t pvp = vnode_getparent(vp); in vn_authorize_open_existing()
10087 cvp = vnode_getparent(vp); in vnode_authorize_callback()
13363 dvp = vnode_getparent(vp); in vnode_breakdirlease()
H A Dvfs_syscalls.c446 pvp = vnode_getparent(vp); in fmount()
765 parent_vp = vnode_getparent(cryptex_vp); in graftdmg()
3224 pvp = vnode_getparent(coveredvp); in dounmount()
H A Dkpi_vfs.c3884 dvp = vnode_getparent(vp); in VNOP_SETATTR()
H A Dvfs_attrlist.c2616 if ((dvp = vnode_getparent(vp)) != NULLVP) { in vattr_get_alt_data()