Lines Matching refs:dm_io
72 struct dm_io *io;
83 struct dm_io *io;
96 struct dm_io { struct
114 …return (char *)bio - offsetof(struct dm_target_io, clone) - offsetof(struct dm_io, tio) - data_siz… in dm_per_bio_data() argument
120 struct dm_io *io = (struct dm_io *)((char *)data + data_size); in dm_bio_from_per_bio_data()
122 …return (struct bio *)((char *)io + offsetof(struct dm_io, tio) + offsetof(struct dm_target_io, clo… in dm_bio_from_per_bio_data()
593 struct dm_io *io = tio->io; in dm_start_time_ns_from_clone()
599 static void start_io_acct(struct dm_io *io) in start_io_acct()
630 static struct dm_io *alloc_io(struct mapped_device *md, struct bio *bio) in alloc_io()
632 struct dm_io *io; in alloc_io()
644 io = container_of(tio, struct dm_io, tio); in alloc_io()
657 static void free_io(struct mapped_device *md, struct dm_io *io) in free_io()
902 static void dec_pending(struct dm_io *io, blk_status_t error) in dec_pending()
994 struct dm_io *io = tio->io; in clone_endio()
1303 struct dm_io *io = tio->io; in __map_bio()
2948 io_front_pad = roundup(front_pad, __alignof__(struct dm_io)) + offsetof(struct dm_io, tio); in dm_alloc_md_mempools()