Searched refs:async_gen_syndrome (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/crypto/async_tx/ |
D | raid6test.c | 82 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov() 103 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov() 176 tx = async_gen_syndrome(dataptrs, 0, disks, PAGE_SIZE, &submit); in test()
|
D | async_pq.c | 178 async_gen_syndrome(struct page **blocks, unsigned int offset, int disks, in async_gen_syndrome() function 268 EXPORT_SYMBOL_GPL(async_gen_syndrome); 412 tx = async_gen_syndrome(blocks, offset, disks, len, submit); in async_syndrome_val()
|
D | async_raid6_recov.c | 300 tx = async_gen_syndrome(blocks, 0, disks, bytes, submit); in __2data_recov_n() 500 tx = async_gen_syndrome(blocks, 0, disks, bytes, submit); in async_raid6_datap_recov()
|
/linux-4.1.27/include/linux/ |
D | async_tx.h | 191 async_gen_syndrome(struct page **blocks, unsigned int offset, int src_cnt,
|
/linux-4.1.27/fs/exofs/ |
D | ore_raid.c | 240 _1ps->tx = async_gen_syndrome(_1ps->pages, 0, in _gen_xor_unit()
|
/linux-4.1.27/drivers/md/ |
D | raid5.c | 1406 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); in ops_run_compute6_1() 1481 return async_gen_syndrome(blocks, 0, syndrome_disks+2, in ops_run_compute6_2() 1512 return async_gen_syndrome(blocks, 0, count+2, in ops_run_compute6_2() 1586 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); in ops_run_prexor6() 1835 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); in ops_run_reconstruct6()
|