Home
last modified time | relevance | path

Searched refs:new_r1bio_size (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/
H A Draid1.c3361 size_t new_r1bio_size; in raid1_reshape() local
3392 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()