Searched refs:nparity (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-checker.c | 765 int nparity; in btrfs_check_chunk_valid() local 775 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid() 788 if (nparity && num_stripes == nparity) { in btrfs_check_chunk_valid() 790 "invalid chunk num_stripes == nparity, have %u == %d", in btrfs_check_chunk_valid() 791 num_stripes, nparity); in btrfs_check_chunk_valid()
|
H A D | volumes.c | 45 .nparity = 0, 58 .nparity = 0, 71 .nparity = 0, 84 .nparity = 0, 97 .nparity = 0, 110 .nparity = 0, 123 .nparity = 0, 136 .nparity = 1, 149 .nparity = 2, 3518 const int nparity in calc_data_stripes() local 4933 int nparity; global() member 6669 const int nparity = btrfs_raid_array[index].nparity; calc_stripe_length() local [all...] |
H A D | volumes.h | 361 u8 nparity; /* number of stripes worth of bytes to store member
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-checker.c | 807 int nparity; in btrfs_check_chunk_valid() local 817 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid() 830 if (unlikely(nparity && num_stripes == nparity)) { in btrfs_check_chunk_valid() 832 "invalid chunk num_stripes == nparity, have %u == %d", in btrfs_check_chunk_valid() 833 num_stripes, nparity); in btrfs_check_chunk_valid()
|
H A 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() 3690 const int nparity = btrfs_raid_array[index].nparity; calc_data_stripes() local 5094 int nparity; global() member [all...] |
H A D | volumes.h | 506 u8 nparity; /* number of stripes worth of bytes to store member
|
Completed in 17 milliseconds