Lines Matching defs:rbp
119 struct buf *rbp; /* second buffer */
581 if (bp == bounce->rbp) {
584 bounce->rbp = NULL;
590 if (bounce->lbp != NULL || bounce->rbp != NULL)
651 struct buf *lbp, *rbp;
681 error = cd_make_bounce_buffer(cd, bp, blkno, count, &rbp, bounce);
688 rbp = NULL;
692 bounce->rbp = rbp;
743 if (bounce->rbp != NULL)
744 dk_strategy(dksc, bounce->rbp);