Searched refs:new_r1bio_size (Results 1 – 1 of 1) sorted by relevance
3361 size_t new_r1bio_size; in raid1_reshape() local3392 new_r1bio_size = offsetof(struct r1bio, bios[raid_disks * 2]); in raid1_reshape()3393 newpool = mempool_create_kmalloc_pool(NR_RAID_BIOS, new_r1bio_size); in raid1_reshape()