Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/async_tx/
Draid6test.c82 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov()
105 tx = async_gen_syndrome(ptrs, 0, disks, bytes, &submit); in raid6_dual_recov()
178 tx = async_gen_syndrome(dataptrs, 0, disks, PAGE_SIZE, &submit); in test()
Dasync_pq.c179 async_gen_syndrome(struct page **blocks, unsigned int offset, int disks, in async_gen_syndrome() function
269 EXPORT_SYMBOL_GPL(async_gen_syndrome);
411 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.19.296/include/linux/
Dasync_tx.h191 async_gen_syndrome(struct page **blocks, unsigned int offset, int src_cnt,
/linux-4.19.296/fs/exofs/
Dore_raid.c275 _1ps->tx = async_gen_syndrome(_1ps->pages, 0, in _gen_xor_unit()