Home
last modified time | relevance | path

Searched refs:vnode_parent (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/miscfs/bindfs/
H A Dbind_vnops.c116 struct vnode * parent = vnode_parent(args->a_vp); in bindfs_getattr()
208 vp = (vnode_isvroot(dvp)) ? dvp : vnode_parent(dvp); in bind_lookup()
320 dvp = vnode_parent(vp); in bindfs_readdir()
/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_vnops.c393 vnode_t dvp = vnode_parent(lvp); in null_get_lowerparent()
594 vp = vnode_parent(dvp); in null_lookup()
/xnu-11215/bsd/sys/
H A Dvnode.h2487 vnode_t vnode_parent(vnode_t vp);
/xnu-11215/bsd/vm/
H A Dvm_unix.c1437 if (vnode_parent(srfmp->vp) == scdir_vp) { in shared_region_map_and_slide_setup()
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c2332 vnode_parent(vnode_t vp) in vnode_parent() function
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c4112 if (vnode_parent(dvp) == vp) { in nfsrv_rmdir()