Searched refs:tvtype (Results 1 – 1 of 1) sorted by relevance
2773 enum vtype fvtype, tvtype; in nfsrv_rename() local2910 tvtype = vnode_vtype(tvp); in nfsrv_rename()2912 if (fvtype == VDIR && tvtype != VDIR) { in nfsrv_rename()2919 } else if (fvtype != VDIR && tvtype == VDIR) { in nfsrv_rename()2927 if (tvtype == VDIR && vnode_mountedhere(tvp)) { in nfsrv_rename()