Lines Matching refs:VDIR
157 if (vp->v_type == VDIR)
228 if (vp->v_type == VDIR)
533 if (vp->v_type != VDIR)
734 if ((vnodetp != VDIR) && (vnodetp != VLNK)) {
992 case VDIR:
1147 KASSERT(vp->v_type != VDIR);
1331 if (fvp->v_type == VDIR && tvp->v_type == VDIR) {
1338 if (fvp->v_type == VDIR && tvp->v_type != VDIR) {
1343 if (fvp->v_type != VDIR && tvp->v_type == VDIR) {
1351 if (fvp->v_type == VDIR) {
1412 if (vp->v_type != VDIR) {