Searched refs:tvtype (Results 1 – 1 of 1) sorted by relevance
2762 enum vtype fvtype, tvtype; in nfsrv_rename() local2898 tvtype = vnode_vtype(tvp); in nfsrv_rename()2900 if (fvtype == VDIR && tvtype != VDIR) { in nfsrv_rename()2907 } else if (fvtype != VDIR && tvtype == VDIR) { in nfsrv_rename()2915 if (tvtype == VDIR && vnode_mountedhere(tvp)) { in nfsrv_rename()