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