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

/linux-4.4.14/crypto/async_tx/
H A Dasync_pq.c36 /* the struct page *blocks[] parameter passed to async_gen_syndrome()
157 * async_gen_syndrome - asynchronously calculate a raid6 syndrome
178 async_gen_syndrome(struct page **blocks, unsigned int offset, int disks, async_gen_syndrome() function
268 EXPORT_SYMBOL_GPL(async_gen_syndrome); variable
290 * The same notes from async_gen_syndrome apply to the 'blocks',
412 tx = async_gen_syndrome(blocks, offset, disks, len, submit); async_syndrome_val()
H A Draid6test.c82 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); raid6_dual_recov()
103 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); raid6_dual_recov()
176 tx = async_gen_syndrome(dataptrs, 0, disks, PAGE_SIZE, &submit); test()
H A Dasync_raid6_recov.c300 tx = async_gen_syndrome(blocks, 0, disks, bytes, submit); __2data_recov_n()
500 tx = async_gen_syndrome(blocks, 0, disks, bytes, submit); async_raid6_datap_recov()
/linux-4.4.14/include/linux/
H A Dasync_tx.h191 async_gen_syndrome(struct page **blocks, unsigned int offset, int src_cnt,
/linux-4.4.14/fs/exofs/
H A Dore_raid.c240 _1ps->tx = async_gen_syndrome(_1ps->pages, 0, _gen_xor_unit()
/linux-4.4.14/drivers/md/
H A Draid5.c1333 * 'count' of sources to be used in a call to async_gen_syndrome. The P
1408 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); ops_run_compute6_1()
1483 return async_gen_syndrome(blocks, 0, syndrome_disks+2, ops_run_compute6_2()
1514 return async_gen_syndrome(blocks, 0, count+2, ops_run_compute6_2()
1588 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); ops_run_prexor6()
1837 tx = async_gen_syndrome(blocks, 0, count+2, STRIPE_SIZE, &submit); ops_run_reconstruct6()

Completed in 286 milliseconds