Home
last modified time | relevance | path

Searched refs:per_io_data_size (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/md/
H A Ddm-verity-fec.c28 ((char *)io + io->v->ti->per_io_data_size - sizeof(struct dm_verity_fec_io)); in fec_io()
133 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in fec_decode_bufs()
214 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in fec_read_bufs()
801 ti->per_io_data_size += sizeof(struct dm_verity_fec_io); in verity_fec_ctr()
H A Ddm-verity-target.c308 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_verify_level()
361 v->ti->per_io_data_size); in verity_verify_level()
500 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_verify_io()
599 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_finish_io()
777 io = dm_per_bio_data(bio, ti->per_io_data_size); in verity_map()
1625 ti->per_io_data_size = sizeof(struct dm_verity_io) + v->hash_reqsize; in verity_ctr()
1631 ti->per_io_data_size = roundup(ti->per_io_data_size, in verity_ctr()
H A Ddm-table.c1049 unsigned int per_io_data_size = 0, front_pad, io_front_pad; in dm_table_alloc_md_mempools() local
1076 per_io_data_size = max(per_io_data_size, ti->per_io_data_size); in dm_table_alloc_md_mempools()
1082 front_pad = roundup(per_io_data_size, in dm_table_alloc_md_mempools()
1085 io_front_pad = roundup(per_io_data_size, in dm_table_alloc_md_mempools()
H A Ddm-rq.c556 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 Ddm-delay.c293 ti->per_io_data_size = sizeof(struct dm_delay_info); in delay_ctr()
H A Ddm-flakey.c309 ti->per_io_data_size = sizeof(struct per_bio_data); in flakey_ctr()
H A Ddm-log-writes.c575 ti->per_io_data_size = sizeof(struct per_bio_data); in log_writes_ctr()
H A Ddm-mpath.c1266 ti->per_io_data_size = multipath_per_bio_data_size(); in multipath_ctr()
1268 ti->per_io_data_size = sizeof(struct dm_mpath_io); in multipath_ctr()
H A Ddm-zoned-target.c885 ti->per_io_data_size = sizeof(struct dmz_bioctx); in dmz_ctr()
H A Ddm-raid1.c1130 ti->per_io_data_size = sizeof(struct dm_raid1_bio_record); in mirror_ctr()
H A Ddm-snap.c1358 ti->per_io_data_size = sizeof(struct dm_snap_tracked_chunk); in snapshot_ctr()
H A Ddm-cache-target.c2394 ti->per_io_data_size = sizeof(struct per_bio_data); in cache_create()
H A Ddm-crypt.c3359 cc->per_bio_data_size = ti->per_io_data_size = in crypt_ctr()
H A Ddm-thin.c4274 ti->per_io_data_size = sizeof(struct dm_thin_endio_hook); in thin_ctr()
H A Ddm-integrity.c4538 ti->per_io_data_size = sizeof(struct dm_integrity_io); in dm_integrity_ctr()
/linux/include/linux/
H A Ddevice-mapper.h345 unsigned int per_io_data_size; member