DM_IO_MAX_REGIONS 41 drivers/md/dm-io.c } __attribute__((aligned(DM_IO_MAX_REGIONS))); DM_IO_MAX_REGIONS 93 drivers/md/dm-io.c if (unlikely(!IS_ALIGNED((unsigned long)io, DM_IO_MAX_REGIONS))) { DM_IO_MAX_REGIONS 106 drivers/md/dm-io.c *io = (void *)(val & -(unsigned long)DM_IO_MAX_REGIONS); DM_IO_MAX_REGIONS 107 drivers/md/dm-io.c *region = val & (DM_IO_MAX_REGIONS - 1); DM_IO_MAX_REGIONS 397 drivers/md/dm-io.c BUG_ON(num_regions > DM_IO_MAX_REGIONS);