Searched refs:nparity (Results 1 – 3 of 3) sorted by relevance
582 int nparity; in btrfs_check_chunk_valid() local592 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid()605 if (nparity && num_stripes == nparity) { in btrfs_check_chunk_valid()608 num_stripes, nparity); in btrfs_check_chunk_valid()
44 .nparity = 0,57 .nparity = 0,70 .nparity = 0,83 .nparity = 0,96 .nparity = 0,109 .nparity = 1,122 .nparity = 2,3618 const int nparity = btrfs_raid_array[index].nparity; in calc_data_stripes() local3620 if (nparity) in calc_data_stripes()3621 return num_stripes - nparity; in calc_data_stripes()[all …]
365 u8 nparity; /* number of stripes worth of bytes to store member