Lines Matching refs:dm_io
71 struct dm_io *io;
82 struct dm_io *io;
95 struct dm_io { struct
113 …return (char *)bio - offsetof(struct dm_target_io, clone) - offsetof(struct dm_io, tio) - data_siz… in dm_per_bio_data() argument
119 struct dm_io *io = (struct dm_io *)((char *)data + data_size); in dm_bio_from_per_bio_data()
121 …return (struct bio *)((char *)io + offsetof(struct dm_io, tio) + offsetof(struct dm_target_io, clo… in dm_bio_from_per_bio_data()
591 struct dm_io *io = tio->io; in dm_start_time_ns_from_clone()
597 static void start_io_acct(struct dm_io *io) in start_io_acct()
628 static struct dm_io *alloc_io(struct mapped_device *md, struct bio *bio) in alloc_io()
630 struct dm_io *io; in alloc_io()
642 io = container_of(tio, struct dm_io, tio); in alloc_io()
655 static void free_io(struct mapped_device *md, struct dm_io *io) in free_io()
900 static void dec_pending(struct dm_io *io, blk_status_t error) in dec_pending()
992 struct dm_io *io = tio->io; in clone_endio()
1301 struct dm_io *io = tio->io; in __map_bio()
2932 io_front_pad = roundup(front_pad, __alignof__(struct dm_io)) + offsetof(struct dm_io, tio); in dm_alloc_md_mempools()