Searched refs:tvtype (Results 1 – 1 of 1) sorted by relevance
2772 enum vtype fvtype, tvtype; in nfsrv_rename() local2909 tvtype = vnode_vtype(tvp); in nfsrv_rename()2911 if (fvtype == VDIR && tvtype != VDIR) { in nfsrv_rename()2918 } else if (fvtype != VDIR && tvtype == VDIR) { in nfsrv_rename()2926 if (tvtype == VDIR && vnode_mountedhere(tvp)) { in nfsrv_rename()