Lines Matching refs:b_bcount

1016 	if (bp->b_bcount & PAGE_MASK) {  in swap_pager_strategy()
1022 bp, (long long)bio->bio_offset, (int)bp->b_bcount); in swap_pager_strategy()
1031 bp->b_resid = bp->b_bcount; in swap_pager_strategy()
1034 count = howmany(bp->b_bcount, PAGE_SIZE); in swap_pager_strategy()
1105 (biox_blkno + btoc(bufx->b_bcount) != blk || in swap_pager_strategy()
1111 btoc(bufx->b_bcount); in swap_pager_strategy()
1116 btoc(bufx->b_bcount); in swap_pager_strategy()
1117 bufx->b_dirtyend = bufx->b_bcount; in swap_pager_strategy()
1127 KKASSERT(bufx->b_bcount != 0); in swap_pager_strategy()
1129 bufx->b_dirtyend = bufx->b_bcount; in swap_pager_strategy()
1158 bufx->b_bcount = 0; in swap_pager_strategy()
1161 bufx->b_bcount += PAGE_SIZE; in swap_pager_strategy()
1176 mycpu->gd_cnt.v_swappgsin += btoc(bufx->b_bcount); in swap_pager_strategy()
1179 mycpu->gd_cnt.v_swappgsout += btoc(bufx->b_bcount); in swap_pager_strategy()
1180 bufx->b_dirtyend = bufx->b_bcount; in swap_pager_strategy()
1182 KKASSERT(bufx->b_bcount); in swap_pager_strategy()
1184 bufx->b_dirtyend = bufx->b_bcount; in swap_pager_strategy()
1246 atomic_subtract_int(&bp->b_resid, bufx->b_bcount); in swap_chain_iodone()
1454 bp->b_bcount = PAGE_SIZE * i; in swap_pager_getpage()
1534 (long)bp->b_bcount, in swap_pager_getpage()
1736 bp->b_bcount = PAGE_SIZE * n; in swap_pager_putpages()
1757 bp->b_dirtyend = bp->b_bcount; /* req'd for NFS */ in swap_pager_putpages()
1862 (long)bp->b_bcount, in swp_pager_async_iodone()
1876 if (bio->bio_crc != iscsi_crc32(bp->b_data, bp->b_bcount)) { in swp_pager_async_iodone()
1879 iscsi_crc32(bp->b_data, bp->b_bcount)); in swp_pager_async_iodone()