Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode.h1085 mount_t vnode_mountedhere(vnode_t vp);
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c2927 if (tvtype == VDIR && vnode_mountedhere(tvp)) { in nfsrv_rename()
3052 if (fvtype == VDIR && vnode_mountedhere(fvp)) { in nfsrv_rename()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_attrlist.c2142 if ((vp->v_flag & VROOT) || vnode_mountedhere(vp)) { in attr_pack_dir()
H A Dkpi_vfs.c1886 vnode_mountedhere(vnode_t vp) in vnode_mountedhere() function