Lines Matching refs:offs
154 struct page **blocks, unsigned int *offs, in __2data_recov_4() argument
169 p_off = offs[disks-2]; in __2data_recov_4()
171 q_off = offs[disks-1]; in __2data_recov_4()
174 a_off = offs[faila]; in __2data_recov_4()
176 b_off = offs[failb]; in __2data_recov_4()
204 struct page **blocks, unsigned int *offs, in __2data_recov_5() argument
232 p_off = offs[disks-2]; in __2data_recov_5()
234 q_off = offs[disks-1]; in __2data_recov_5()
236 g_off = offs[good]; in __2data_recov_5()
243 dp_off = offs[faila]; in __2data_recov_5()
245 dq_off = offs[failb]; in __2data_recov_5()
295 struct page **blocks, unsigned int *offs, in __2data_recov_n() argument
310 p_off = offs[disks-2]; in __2data_recov_n()
312 q_off = offs[disks-1]; in __2data_recov_n()
319 dp_off = offs[faila]; in __2data_recov_n()
322 offs[disks-2] = dp_off; in __2data_recov_n()
324 dq_off = offs[failb]; in __2data_recov_n()
327 offs[disks-1] = dq_off; in __2data_recov_n()
330 tx = async_gen_syndrome(blocks, offs, disks, bytes, submit); in __2data_recov_n()
334 offs[faila] = dp_off; in __2data_recov_n()
336 offs[failb] = dq_off; in __2data_recov_n()
338 offs[disks-2] = p_off; in __2data_recov_n()
340 offs[disks-1] = q_off; in __2data_recov_n()
394 struct page **blocks, unsigned int *offs, in async_raid6_2data_recov() argument
419 ptrs[i] = page_address(blocks[i]) + offs[i]; in async_raid6_2data_recov()
445 blocks, offs, submit); in async_raid6_2data_recov()
453 blocks, offs, submit); in async_raid6_2data_recov()
456 blocks, offs, submit); in async_raid6_2data_recov()
472 struct page **blocks, unsigned int *offs, in async_raid6_datap_recov() argument
502 ptrs[i] = page_address(blocks[i]) + offs[i]; in async_raid6_datap_recov()
526 p_off = offs[disks-2]; in async_raid6_datap_recov()
528 q_off = offs[disks-1]; in async_raid6_datap_recov()
534 dq_off = offs[faila]; in async_raid6_datap_recov()
537 offs[disks-1] = dq_off; in async_raid6_datap_recov()
544 unsigned int g_off = offs[good]; in async_raid6_datap_recov()
557 tx = async_gen_syndrome(blocks, offs, disks, bytes, submit); in async_raid6_datap_recov()
562 offs[faila] = dq_off; in async_raid6_datap_recov()
564 offs[disks-1] = q_off; in async_raid6_datap_recov()