Searched refs:DM_TARGET_IO_BIO_OFFSET (Results 1 – 3 of 3) sorted by relevance
251 #define DM_TARGET_IO_BIO_OFFSET (offsetof(struct dm_target_io, clone))252 #define DM_TARGET_IO_BIO_OFFSET global() macro
101 return (char *)bio - DM_TARGET_IO_BIO_OFFSET - data_size; in dm_per_bio_data() 113 return (struct bio *)((char *)io + DM_TARGET_IO_BIO_OFFSET); in dm_bio_from_per_bio_data()
1071 __alignof__(struct dm_target_io)) + DM_TARGET_IO_BIO_OFFSET; in dm_table_alloc_md_mempools()