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

/linux-master/fs/btrfs/
H A Dtree-checker.c812 int nparity; local
822 nparity = btrfs_raid_array[raid_index].nparity;
835 if (unlikely(nparity && num_stripes == nparity)) {
837 "invalid chunk num_stripes == nparity, have %u == %d",
838 num_stripes, nparity);
H A Dvolumes.c62 .nparity = 0,
75 .nparity = 0,
88 .nparity = 0,
101 .nparity = 0,
114 .nparity = 0,
127 .nparity = 0,
140 .nparity = 0,
153 .nparity = 1,
166 .nparity = 2,
201 return btrfs_raid_array[index].nparity;
3832 const int nparity = btrfs_raid_array[index].nparity; local
5250 int nparity; member in struct:alloc_chunk_ctl
[all...]
H A Dvolumes.h563 u8 nparity; /* number of stripes worth of bytes to store member in struct:btrfs_raid_attr

Completed in 140 milliseconds