Home | History | Annotate | Download | only in genfs

Lines Matching refs:VDIR

194 	KASSERT(fdvp->v_type == VDIR);
195 KASSERT(tdvp->v_type == VDIR);
260 KASSERT(fdvp->v_type == VDIR);
261 KASSERT(tdvp->v_type == VDIR);
303 if (fvp->v_type == VDIR)
337 if (fvp->v_type == VDIR && tvp->v_type == VDIR)
341 else if (fvp->v_type == VDIR && tvp->v_type != VDIR)
343 else if (fvp->v_type != VDIR && tvp->v_type == VDIR)
349 KASSERT((fvp->v_type == VDIR) == (tvp->v_type == VDIR));
410 directory_p = (fvp->v_type == VDIR);
414 KASSERT((tvp == NULL) || (directory_p == (tvp->v_type == VDIR)));
455 KASSERT(fdvp->v_type == VDIR);
456 KASSERT(tdvp->v_type == VDIR);
464 if (fvp->v_type == VDIR)
470 if ((tvp != NULL) && (tvp->v_type == VDIR))
515 KASSERT(fdvp->v_type == VDIR);
516 KASSERT(tdvp->v_type == VDIR);
564 KASSERT(dvp->v_type == VDIR);
615 if ((fvp->v_type == VDIR) && (fvp->v_mountedhere != NULL)) {
624 if ((tvp->v_type == VDIR) && (tvp->v_mountedhere != NULL)) {
677 KASSERT(fdvp->v_type == VDIR);
678 KASSERT(tdvp->v_type == VDIR);
784 KASSERT(a_dvp->v_type == VDIR);
785 KASSERT(b_dvp->v_type == VDIR);
847 if (a_vp != NULL && a_vp->v_type == VDIR) {
912 if (a_vp != NULL && a_vp->v_type != VDIR) {
928 if ((b_vp->v_type == VDIR) && (b_vp->v_mountedhere != NULL)) {
947 if (a_vp != NULL && a_vp->v_type != VDIR)
952 fail3: if (a_vp != NULL && a_vp->v_type == VDIR)
1022 KASSERT(dvp->v_type == VDIR);
1023 KASSERT(vp->v_type != VDIR);
1099 KASSERT(fdvp->v_type == VDIR);
1100 KASSERT(tdvp->v_type == VDIR);
1126 if (fvp->v_type == VDIR) {
1186 KASSERT(dvp->v_type == VDIR);
1187 KASSERT(vp->v_type != VDIR);