Searched refs:per_io_data_size (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-verity-target.c | 249 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_verify_level() 318 bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_verify_level() 516 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_verify_io() 617 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_finish_io() 810 io = dm_per_bio_data(bio, ti->per_io_data_size); in verity_map() 1149 io = kmalloc(v->ti->per_io_data_size, GFP_KERNEL); in verity_alloc_zero_digest() 1343 ti->per_io_data_size = in verity_setup_hash_alg() 1347 ti->per_io_data_size = in verity_setup_hash_alg() 1665 ti->per_io_data_size = roundup(ti->per_io_data_size, in verity_ctr()
|
| H A D | dm-verity-fec.c | 28 ((char *)io + io->v->ti->per_io_data_size - sizeof(struct dm_verity_fec_io)); in fec_io() 122 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in fec_decode_bufs() 219 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in fec_read_bufs() 795 ti->per_io_data_size += sizeof(struct dm_verity_fec_io); in verity_fec_ctr()
|
| H A D | dm-table.c | 1056 unsigned int per_io_data_size = 0, front_pad, io_front_pad; in dm_table_alloc_md_mempools() local 1082 per_io_data_size = max(per_io_data_size, ti->per_io_data_size); in dm_table_alloc_md_mempools() 1086 front_pad = roundup(per_io_data_size, in dm_table_alloc_md_mempools() 1089 io_front_pad = roundup(per_io_data_size, in dm_table_alloc_md_mempools()
|
| H A D | dm-rq.c | 556 if (immutable_tgt && immutable_tgt->per_io_data_size) { in dm_mq_init_request_queue() 558 md->tag_set->cmd_size += immutable_tgt->per_io_data_size; in dm_mq_init_request_queue()
|
| H A D | dm-delay.c | 304 ti->per_io_data_size = sizeof(struct dm_delay_info); in delay_ctr()
|
| H A D | dm-log-writes.c | 576 ti->per_io_data_size = sizeof(struct per_bio_data); in log_writes_ctr()
|
| H A D | dm-mpath.c | 1269 ti->per_io_data_size = multipath_per_bio_data_size(); in multipath_ctr() 1271 ti->per_io_data_size = sizeof(struct dm_mpath_io); in multipath_ctr()
|
| H A D | dm-zoned-target.c | 885 ti->per_io_data_size = sizeof(struct dmz_bioctx); in dmz_ctr()
|
| H A D | dm-raid1.c | 1129 ti->per_io_data_size = sizeof(struct dm_raid1_bio_record); in mirror_ctr()
|
| H A D | dm-snap.c | 1353 ti->per_io_data_size = sizeof(struct dm_snap_tracked_chunk); in snapshot_ctr()
|
| H A D | dm-cache-target.c | 2410 ti->per_io_data_size = sizeof(struct per_bio_data); in cache_create()
|
| H A D | dm-crypt.c | 3308 cc->per_bio_data_size = ti->per_io_data_size = in crypt_ctr()
|
| H A D | dm-thin.c | 4272 ti->per_io_data_size = sizeof(struct dm_thin_endio_hook); in thin_ctr()
|
| H A D | dm-integrity.c | 4698 ti->per_io_data_size = sizeof(struct dm_integrity_io); in dm_integrity_ctr()
|