Lines Matching refs:new_chunk
8476 int new_chunk = mddev->new_chunk_sectors;
8480 if (new_chunk > 0) {
8481 if (!is_power_of_2(new_chunk))
8483 if (new_chunk < (PAGE_SIZE>>9))
8485 if (mddev->array_sectors & (new_chunk-1))
8498 if (new_chunk > 0) {
8499 conf->chunk_sectors = new_chunk ;
8500 mddev->chunk_sectors = new_chunk;
8510 int new_chunk = mddev->new_chunk_sectors;
8514 if (new_chunk > 0) {
8515 if (!is_power_of_2(new_chunk))
8517 if (new_chunk < (PAGE_SIZE >> 9))
8519 if (mddev->array_sectors & (new_chunk-1))