Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dtree-checker.c764 int nparity; in btrfs_check_chunk_valid() local
774 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid()
787 if (nparity && num_stripes == nparity) { in btrfs_check_chunk_valid()
790 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 = 0,
122 .nparity = 0,
135 .nparity = 1,
148 .nparity = 2,
3424 const int nparity = btrfs_raid_array[index].nparity; in calc_data_stripes() local
[all …]
Dvolumes.h360 u8 nparity; /* number of stripes worth of bytes to store member