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