Home
last modified time | relevance | path

Searched refs:bio_size (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/block/
A Dblk-throttle.c856 unsigned int bio_size = throtl_bio_data_size(bio); in tg_within_bps_limit() local
872 if (tg->bytes_disp[rw] + bio_size <= bytes_allowed) { in tg_within_bps_limit()
877 extra_bytes = tg->bytes_disp[rw] + bio_size - bytes_allowed; in tg_within_bps_limit()
958 unsigned int bio_size = throtl_bio_data_size(bio); in throtl_charge_bio() local
962 tg->bytes_disp[rw] += bio_size; in throtl_charge_bio()
963 tg->last_bytes_disp[rw] += bio_size; in throtl_charge_bio()
/linux-6.3-rc2/drivers/md/
A Ddm-writecache.c1385 unsigned int bio_size = wc->block_size; in writecache_bio_copy_ssd() local
1387 sector_t current_cache_sec = start_cache_sec + (bio_size >> SECTOR_SHIFT); in writecache_bio_copy_ssd()
1389 while (bio_size < bio->bi_iter.bi_size) { in writecache_bio_copy_ssd()
1396 (bio_size >> SECTOR_SHIFT), wc->seq_count); in writecache_bio_copy_ssd()
1417 bio_size += wc->block_size; in writecache_bio_copy_ssd()
1423 dm_accept_partial_bio(bio, bio_size >> SECTOR_SHIFT); in writecache_bio_copy_ssd()
/linux-6.3-rc2/fs/btrfs/
A Draid56.c1432 u32 bio_size = 0; in rbio_update_error_bitmap() local
1437 bio_size += bvec->bv_len; in rbio_update_error_bitmap()
1446 (bio_size >> rbio->bioc->fs_info->sectorsize_bits); i++) in rbio_update_error_bitmap()
A Dextent_io.c894 u32 bio_size = bio->bi_iter.bi_size; in btrfs_bio_add_page() local
937 real_size = min(bio_ctrl->len_to_oe_boundary - bio_size, size); in btrfs_bio_add_page()

Completed in 30 milliseconds