Home
last modified time | relevance | path

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

/fs/btrfs/
Dtree-checker.c582 int nparity; in btrfs_check_chunk_valid() local
592 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()
Dvolumes.c44 .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() local
3620 if (nparity) in calc_data_stripes()
3621 return num_stripes - nparity; in calc_data_stripes()
[all …]
Dvolumes.h365 u8 nparity; /* number of stripes worth of bytes to store member