Home
last modified time | relevance | path

Searched refs:MAX_XOR_BLOCKS (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/raid/
H A Dxor.h5 #define MAX_XOR_BLOCKS 4 macro
/linux/crypto/async_tx/
H A Dasync_xor.c129 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in do_sync_xor_offs()
/linux/fs/bcachefs/
H A Dec.c47 nr = min_t(unsigned, disks - i, MAX_XOR_BLOCKS); in raid5_recov()