Home
last modified time | relevance | path

Searched refs:vnode_mountedhere (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/sys/
H A Dvnode.h1078 mount_t vnode_mountedhere(vnode_t vp);
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c2926 if (tvtype == VDIR && vnode_mountedhere(tvp)) { in nfsrv_rename()
3051 if (fvtype == VDIR && vnode_mountedhere(fvp)) { in nfsrv_rename()
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c1842 vnode_mountedhere(vnode_t vp) in vnode_mountedhere() function
H A Dvfs_attrlist.c2079 if ((vp->v_flag & VROOT) || vnode_mountedhere(vp)) { in attr_pack_dir()