Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dtree-checker.c789 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()
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 …]
Dvolumes.h532 u8 nparity; /* number of stripes worth of bytes to store member