Searched refs:nparity (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | tree-checker.c | 789 int nparity; in btrfs_check_chunk_valid() local 799 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid() 812 if (unlikely(nparity && num_stripes == nparity)) { in btrfs_check_chunk_valid() 815 num_stripes, nparity); in btrfs_check_chunk_valid()
|
D | volumes.c | 52 .nparity = 0, 65 .nparity = 0, 78 .nparity = 0, 91 .nparity = 0, 104 .nparity = 0, 117 .nparity = 0, 130 .nparity = 0, 143 .nparity = 1, 156 .nparity = 2, 191 return btrfs_raid_array[index].nparity; in btrfs_nr_parity_stripes() [all …]
|
D | volumes.h | 532 u8 nparity; /* number of stripes worth of bytes to store member
|