Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dvolumes.c52 .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 …]
Dtree-checker.c807 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()
833 num_stripes, nparity); in btrfs_check_chunk_valid()
Dvolumes.h506 u8 nparity; /* number of stripes worth of bytes to store member