Searched refs:tvtype (Results 1 – 1 of 1) sorted by relevance
2776 enum vtype fvtype, tvtype; in nfsrv_rename() local2912 tvtype = vnode_vtype(tvp); in nfsrv_rename()2914 if (fvtype == VDIR && tvtype != VDIR) { in nfsrv_rename()2921 } else if (fvtype != VDIR && tvtype == VDIR) { in nfsrv_rename()2929 if (tvtype == VDIR && vnode_mountedhere(tvp)) { in nfsrv_rename()