Searched refs:vnode_mountedhere (Results 1 – 4 of 4) sorted by relevance
1078 mount_t vnode_mountedhere(vnode_t vp);
2926 if (tvtype == VDIR && vnode_mountedhere(tvp)) { in nfsrv_rename()3051 if (fvtype == VDIR && vnode_mountedhere(fvp)) { in nfsrv_rename()
1842 vnode_mountedhere(vnode_t vp) in vnode_mountedhere() function
2079 if ((vp->v_flag & VROOT) || vnode_mountedhere(vp)) { in attr_pack_dir()