Lines Matching refs:b_bcount
881 bp->b_bcount, bp->b_blkno));
885 if (bp->b_bcount == 0)
891 if (bp->b_bcount % st->blksize) {
901 else if (bp->b_bcount < st->blkmin ||
902 (st->blkmax && bp->b_bcount > st->blkmax)) {
936 bp->b_resid = bp->b_bcount;
1000 bp->b_resid = bp->b_bcount;
1023 bp->b_resid = bp->b_bcount;
1029 bp->b_resid = bp->b_bcount;
1042 bp->b_resid = bp->b_bcount;
1071 _lto3b(bp->b_bcount / st->blksize, cmd.len);
1073 _lto3b(bp->b_bcount, cmd.len);
1079 sizeof(cmd), (u_char *) bp->b_data, bp->b_bcount, 0,
1903 bp->b_resid = bp->b_bcount;