Home | History | Annotate | Download | only in sysvbfs

Lines Matching defs:tvp

559 	struct vnode *tvp = ap->a_tvp;
569 (tvp && (fvp->v_mount != tvp->v_mount))) {
576 KDASSERT(tvp == NULL ? true : tvp->v_type == VREG);
591 if (tvp != NULL) {
598 /* tdvp == tvp probably can't happen with this fs, but safety first */
599 if (tdvp == tvp)
603 if (tvp)
604 vput(tvp);