Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dtree-checker.c833 int nparity; in btrfs_check_chunk_valid() local
853 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid()
866 if (unlikely(nparity && num_stripes == nparity)) { in btrfs_check_chunk_valid()
869 num_stripes, nparity); in btrfs_check_chunk_valid()
H A Dvolumes.c63 .nparity = 0,
76 .nparity = 0,
89 .nparity = 0,
102 .nparity = 0,
115 .nparity = 0,
128 .nparity = 0,
141 .nparity = 0,
154 .nparity = 1,
3882 const int nparity = btrfs_raid_array[index].nparity; in calc_data_stripes() local
5123 int nparity; member
[all …]
H A Dvolumes.h603 u8 nparity; /* number of stripes worth of bytes to store member