Searched refs:async_gen_syndrome (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/crypto/async_tx/ |
D | raid6test.c | 87 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov() 108 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov() 181 tx = async_gen_syndrome(dataptrs, 0, disks, PAGE_SIZE, &submit); in test()
|
D | async_pq.c | 197 async_gen_syndrome(struct page **blocks, unsigned int offset, int disks, in async_gen_syndrome() function 243 EXPORT_SYMBOL_GPL(async_gen_syndrome); 375 tx = async_gen_syndrome(blocks, offset, disks, len, submit); in async_syndrome_val()
|
D | async_raid6_recov.c | 275 tx = async_gen_syndrome(blocks, 0, disks, bytes, submit); in __2data_recov_n() 475 tx = async_gen_syndrome(blocks, 0, disks, bytes, submit); in async_raid6_datap_recov()
|
/linux-3.4.99/include/linux/ |
D | async_tx.h | 192 async_gen_syndrome(struct page **blocks, unsigned int offset, int src_cnt,
|
/linux-3.4.99/drivers/md/ |
D | raid5.c | 938 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); in ops_run_compute6_1() 1012 return async_gen_syndrome(blocks, 0, syndrome_disks+2, in ops_run_compute6_2() 1043 return async_gen_syndrome(blocks, 0, count+2, in ops_run_compute6_2() 1246 async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); in ops_run_reconstruct6()
|