Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-table.c1040 unsigned int per_io_data_size = 0, front_pad, io_front_pad; in dm_table_alloc_md_mempools() local
1066 per_io_data_size = max(per_io_data_size, ti->per_io_data_size); in dm_table_alloc_md_mempools()
1070 front_pad = roundup(per_io_data_size, in dm_table_alloc_md_mempools()
1073 io_front_pad = roundup(per_io_data_size, in dm_table_alloc_md_mempools()
H A Ddm-delay.c306 ti->per_io_data_size = sizeof(struct dm_delay_info); in delay_ctr()
H A Ddm-flakey.c328 ti->per_io_data_size = sizeof(struct per_bio_data); in flakey_ctr()
H A Ddm-log-writes.c576 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-snap.c1349 ti->per_io_data_size = sizeof(struct dm_snap_tracked_chunk); in snapshot_ctr()
H A Ddm-thin.c4272 ti->per_io_data_size = sizeof(struct dm_thin_endio_hook); in thin_ctr()
/linux/drivers/md/dm-pcache/
H A Ddm_pcache.c310 ti->per_io_data_size = sizeof(struct pcache_request); in dm_pcache_ctr()