Searched refs:ASYNC_TX_XOR_ZERO_DST (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/include/linux/ |
D | async_tx.h | 67 ASYNC_TX_XOR_ZERO_DST = (1 << 0), enumerator
|
/linux-4.19.296/crypto/async_tx/ |
D | raid6test.c | 100 init_async_submit(&submit, ASYNC_TX_XOR_ZERO_DST, NULL, in raid6_dual_recov()
|
D | async_xor.c | 135 if (submit->flags & ASYNC_TX_XOR_ZERO_DST) in do_sync_xor()
|
D | async_pq.c | 398 init_async_submit(submit, ASYNC_TX_XOR_ZERO_DST, NULL, in async_syndrome_val()
|
D | async_raid6_recov.c | 190 init_async_submit(submit, flags | ASYNC_TX_XOR_ZERO_DST, tx, cb_fn, in __2data_recov_4()
|
/linux-4.19.296/fs/exofs/ |
D | ore_raid.c | 259 tx_flags |= ASYNC_TX_XOR_ZERO_DST; in _gen_xor_unit()
|