Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dvolumes.c43 .nparity = 0,
56 .nparity = 0,
69 .nparity = 0,
82 .nparity = 0,
95 .nparity = 0,
108 .nparity = 1,
121 .nparity = 2,
3464 const int nparity = btrfs_raid_array[index].nparity; in calc_data_stripes() local
3466 if (nparity) in calc_data_stripes()
3467 return num_stripes - nparity; in calc_data_stripes()
[all …]
Dvolumes.h365 u8 nparity; /* number of stripes worth of bytes to store member