Lines Matching defs:bcount
119 size_t bcount,
135 *pbcount = MIN(bcount, dbtob(ext[i].ic_nbno - bno_off));
145 *pbcount = bcount;
576 within_range(off_t lof, daddr_t blkno, ulong_t bcount)
580 return ((lof >= blof) && (lof < (blof + bcount)));
896 size_t bcount;
910 bcount = P2ROUNDUP(bp->b_bcount, DEV_BSIZE);
911 if (bcount == bp->b_bcount) {
915 bp->b_bcount = bcount;
916 ul->un_tail_lof = dbtob(bp->b_blkno) + bcount;
929 ((bp->b_un.b_addr + bcount) - sizeof (*st));
937 if (wrapped || bcount == bp->b_bufsize)