Home
last modified time | relevance | path

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

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