Searched defs:raid5_private_data (Results 1 – 1 of 1) sorted by relevance
198 struct raid5_private_data { struct199 struct stripe_head **stripe_hashtbl;200 mddev_t *mddev;201 mdk_thread_t *thread, *resync_thread;202 struct disk_info disks[MD_SB_DISKS];203 struct disk_info *spare;204 int buffer_size;228 typedef struct raid5_private_data raid5_conf_t; argument