Lines Matching refs:dm_io
73 struct dm_io *io;
80 (offsetof(struct dm_target_io, clone) + offsetof(struct dm_io, tio))
93 struct dm_io *io = (struct dm_io *)((char *)data + data_size); in dm_bio_from_per_bio_data()
481 struct dm_io *io = tio->io; in dm_start_time_ns_from_clone()
487 static void start_io_acct(struct dm_io *io) in start_io_acct()
516 static struct dm_io *alloc_io(struct mapped_device *md, struct bio *bio) in alloc_io()
518 struct dm_io *io; in alloc_io()
530 io = container_of(tio, struct dm_io, tio); in alloc_io()
543 static void free_io(struct mapped_device *md, struct dm_io *io) in free_io()
786 void dm_io_dec_pending(struct dm_io *io, blk_status_t error) in dm_io_dec_pending()
883 struct dm_io *io = tio->io; in clone_endio()
1191 struct dm_io *io = tio->io; in __map_bio()
2817 io_front_pad = roundup(per_io_data_size, __alignof__(struct dm_io)) + DM_IO_BIO_OFFSET; in dm_alloc_md_mempools()