Lines Matching defs:bcount
291 u_int comp, daddr_t bn, void *addr, long bcount)
307 cbp->cb_buf.b_bcount = bcount;
345 long bcount, rcount;
362 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
403 long bcount, rcount;
415 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
428 rcount = uimin(bcount, dbtob(sz));
433 rcount = uimin(bcount, dbtob(aai->aai_interleave - off));