Lines Matching defs:faila
1152 * @faila and @failb will also be updated to the first and second stripe
1156 int *faila, int *failb)
1161 if (faila || failb) {
1163 * Both @faila and @failb should be valid pointers if any of
1166 ASSERT(faila && failb);
1167 *faila = -1;
1176 if (faila) {
1177 /* Update faila and failb. */
1178 if (*faila < 0)
1179 *faila = stripe_nr;
1916 int faila, int failb,
1952 if (faila == rbio->nr_data)
1975 if (faila == rbio->real_stripes - 2)
1991 faila, pointers);
1994 faila, failb, pointers);
2003 memcpy(pointers[faila], pointers[rbio->nr_data], step);
2006 p = pointers[faila];
2007 for (stripe_nr = faila; stripe_nr < rbio->nr_data - 1;
2030 int faila;
2042 found_errors = get_rbio_vertical_errors(rbio, sector_nr, &faila,
2055 recover_vertical_step(rbio, sector_nr, i, faila, failb,
2057 if (faila >= 0) {
2058 ret = verify_one_sector(rbio, faila, sector_nr);
2062 set_bit(rbio_sector_index(rbio, faila, sector_nr),
2207 int faila;
2211 &faila, &failb);
2225 if (failb <= faila)
2832 int faila;
2837 &faila, &failb);
2846 ASSERT(faila >= 0 || failb >= 0);
2848 if (is_data_stripe(rbio, faila))
2850 else if (is_parity_stripe(faila))
2851 failp = faila;