Home
last modified time | relevance | path

Searched refs:async_gen_syndrome (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/crypto/async_tx/
Draid6test.c82 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()
Dasync_pq.c178 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()
Dasync_raid6_recov.c300 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/
Dasync_tx.h191 async_gen_syndrome(struct page **blocks, unsigned int offset, int src_cnt,
/linux-4.1.27/fs/exofs/
Dore_raid.c240 _1ps->tx = async_gen_syndrome(_1ps->pages, 0, in _gen_xor_unit()
/linux-4.1.27/drivers/md/
Draid5.c1406 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()