Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A 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 …]
H A Dtree-checker.c809 int nparity; in btrfs_check_chunk_valid() local
819 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid()
832 if (unlikely(nparity && num_stripes == nparity)) { in btrfs_check_chunk_valid()
835 num_stripes, nparity); in btrfs_check_chunk_valid()
H A Dvolumes.h512 u8 nparity; /* number of stripes worth of bytes to store member