/* dm_target_stripe.c */ /* * Init function called from dm_table_load_ioctl. * DM_STRIPE_DEV_OFFSET should always hold the index of the first device-offset * pair in the parameters. * Example line sent to dm from lvm tools when using striped target. * start length striped #stripes chunk_size device1 offset1 ... deviceN offsetN * 0 65536 striped 2 512 /dev/hda 0 /dev/hdb 0 */