Lines Matching refs:VDIR
169 KASSERT(fdvp->v_type == VDIR);
170 KASSERT(tdvp->v_type == VDIR);
207 KASSERT(fdvp->v_type == VDIR);
208 KASSERT(tdvp->v_type == VDIR);
239 KASSERT(dvp->v_type == VDIR);
240 KASSERT(vp->v_type != VDIR);
265 KASSERT(dvp->v_type == VDIR);
266 KASSERT(vp->v_type != VDIR);
494 KASSERT(dvp->v_type == VDIR);
495 KASSERT(vp->v_type != VDIR);
562 KASSERT(vp->v_type == VDIR);
583 KASSERT(vp->v_type == VDIR);
649 KASSERT(fdvp->v_type == VDIR);
650 KASSERT(tdvp->v_type == VDIR);
667 KASSERT(vp->v_type == VDIR);
706 if (vp->v_type != VDIR) {
773 directory_p = (fvp->v_type == VDIR);
775 KASSERT((tvp == NULL) || (directory_p == (tvp->v_type == VDIR)));