4 #include <linux/raid/md.h>
12 typedef struct dev_info dev_info_t;
14 struct linear_private_data
16 dev_info_t **hash_table;
17 sector_t hash_spacing;
18 int preshift; /* shift before dividing by hash_spacing */
23 typedef struct linear_private_data linear_conf_t;
25 #define mddev_to_conf(mddev) ((linear_conf_t *) mddev->private)