Lines Matching refs:nparity
45 .nparity = 0,
58 .nparity = 0,
71 .nparity = 0,
84 .nparity = 0,
97 .nparity = 0,
110 .nparity = 0,
123 .nparity = 0,
136 .nparity = 1,
149 .nparity = 2,
3481 const int nparity = btrfs_raid_array[index].nparity; in calc_data_stripes() local
3483 if (nparity) in calc_data_stripes()
3484 return num_stripes - nparity; in calc_data_stripes()
4897 int nparity; member
4950 ctl->nparity = btrfs_raid_array[index].nparity; in init_alloc_chunk_ctl()
5057 data_stripes = (ctl->num_stripes - ctl->nparity) / ctl->ncopies; in decide_stripe_size_regular()
6633 const int nparity = btrfs_raid_array[index].nparity; in calc_stripe_length() local
6636 if (nparity) in calc_stripe_length()
6637 data_stripes = num_stripes - nparity; in calc_stripe_length()