Lines Matching refs:real_stripes
110 int real_stripes;
170 /* allocated with real_stripes-many pointers for finish_*() calls */
646 if (rbio->nr_data + 1 == rbio->real_stripes)
986 int real_stripes = bbio->num_stripes - bbio->num_tgtdevs;
987 int num_pages = rbio_nr_pages(stripe_len, real_stripes);
994 sizeof(*rbio->finish_pointers) * real_stripes +
1011 rbio->real_stripes = real_stripes;
1030 CONSUME_ALLOC(rbio->finish_pointers, real_stripes);
1036 nr_data = real_stripes - 1;
1038 nr_data = real_stripes - 2;
1147 BUG_ON(rbio->faila == rbio->real_stripes - 1);
1212 if (rbio->real_stripes - rbio->nr_data == 1)
1214 else if (rbio->real_stripes - rbio->nr_data == 2)
1274 raid6_call.gen_syndrome(rbio->real_stripes, PAGE_SIZE,
1283 for (stripe = 0; stripe < rbio->real_stripes; stripe++)
1292 for (stripe = 0; stripe < rbio->real_stripes; stripe++) {
1318 for (stripe = 0; stripe < rbio->real_stripes; stripe++) {
1845 pointers = kcalloc(rbio->real_stripes, sizeof(void *), GFP_NOFS);
1875 for (stripe = 0; stripe < rbio->real_stripes; stripe++) {
1937 raid6_datap_recov(rbio->real_stripes,
1940 raid6_2data_recov(rbio->real_stripes,
1980 for (stripe = 0; stripe < rbio->real_stripes; stripe++) {
2104 for (stripe = 0; stripe < rbio->real_stripes; stripe++) {
2220 rbio->failb = rbio->real_stripes - (mirror_num - 1);
2297 for (i = rbio->nr_data; i < rbio->real_stripes; i++) {
2303 ASSERT(i < rbio->real_stripes);
2346 for (i = 0; i < rbio->real_stripes; i++) {
2379 if (rbio->real_stripes - rbio->nr_data == 1)
2381 else if (rbio->real_stripes - rbio->nr_data == 2)
2414 pointers[rbio->real_stripes - 1] = kmap(q_page);
2433 raid6_call.gen_syndrome(rbio->real_stripes, PAGE_SIZE,
2636 for (stripe = 0; stripe < rbio->real_stripes; stripe++) {