Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-verity-target.c349 v->ti->per_io_data_size); in verity_verify_level()
411 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_for_io_block()
458 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_for_bv_block()
556 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_bv_skip_block()
572 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_verify_io()
684 struct bio *bio = dm_bio_from_per_bio_data(io, v->ti->per_io_data_size); in verity_finish_io()
820 io = dm_per_bio_data(bio, ti->per_io_data_size); in verity_map()
1489 ti->per_io_data_size = sizeof(struct dm_verity_io) + in verity_ctr()
1496 ti->per_io_data_size = roundup(ti->per_io_data_size, in verity_ctr()
H A Ddm-table.c1021 unsigned int per_io_data_size = 0, front_pad, io_front_pad; in dm_table_alloc_md_mempools() local
1043 per_io_data_size = max(per_io_data_size, ti->per_io_data_size); in dm_table_alloc_md_mempools()
1047 front_pad = roundup(per_io_data_size, in dm_table_alloc_md_mempools()
1050 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-verity-fec.c28 ((char *)io + io->v->ti->per_io_data_size - sizeof(struct dm_verity_fec_io)); in fec_io()
820 ti->per_io_data_size += sizeof(struct dm_verity_fec_io); in verity_fec_ctr()
H A Ddm-delay.c237 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-mpath.c1267 ti->per_io_data_size = multipath_per_bio_data_size(); in multipath_ctr()
1269 ti->per_io_data_size = sizeof(struct dm_mpath_io); in multipath_ctr()
H A Ddm-log-writes.c575 ti->per_io_data_size = sizeof(struct per_bio_data); in log_writes_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.c2405 ti->per_io_data_size = sizeof(struct per_bio_data); in cache_create()
H A Ddm-crypt.c3322 cc->per_bio_data_size = ti->per_io_data_size = in crypt_ctr()
H A Ddm-thin.c4277 ti->per_io_data_size = sizeof(struct dm_thin_endio_hook); in thin_ctr()
H A Ddm-integrity.c4137 ti->per_io_data_size = sizeof(struct dm_integrity_io); in dm_integrity_ctr()
/openbmc/linux/include/linux/
H A Ddevice-mapper.h339 unsigned int per_io_data_size; member