Lines Matching refs:new_chunk
8844 int new_chunk = mddev->new_chunk_sectors;
8848 if (new_chunk > 0) {
8849 if (!is_power_of_2(new_chunk))
8851 if (new_chunk < (PAGE_SIZE>>9))
8853 if (mddev->array_sectors & (new_chunk-1))
8866 if (new_chunk > 0) {
8867 conf->chunk_sectors = new_chunk ;
8868 mddev->chunk_sectors = new_chunk;
8878 int new_chunk = mddev->new_chunk_sectors;
8882 if (new_chunk > 0) {
8883 if (!is_power_of_2(new_chunk))
8885 if (new_chunk < (PAGE_SIZE >> 9))
8887 if (mddev->array_sectors & (new_chunk-1))