Searched refs:faila (Results 1 – 1 of 1) sorted by relevance
/drivers/md/ |
D | raid5.c | 1550 int faila = -1, failb = -1; in ops_run_compute6_2() local 1579 faila = slot; in ops_run_compute6_2() 1585 BUG_ON(faila == failb); in ops_run_compute6_2() 1586 if (failb < faila) in ops_run_compute6_2() 1587 swap(faila, failb); in ops_run_compute6_2() 1589 __func__, (unsigned long long)sh->sector, faila, failb); in ops_run_compute6_2() 1595 if (faila == syndrome_disks) { in ops_run_compute6_2() 1641 STRIPE_SIZE, faila, in ops_run_compute6_2() 1646 STRIPE_SIZE, faila, failb, in ops_run_compute6_2()
|