10 typedef struct dev_info dev_info_t;
12 struct linear_private_data
14 struct linear_private_data *prev; /* earlier version */
15 dev_info_t **hash_table;
17 sector_t array_sectors;
18 int sector_shift; /* shift before dividing
25 typedef struct linear_private_data linear_conf_t;