Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dtree-checker.c772 int nparity; in btrfs_check_chunk_valid() local
782 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid()
795 if (unlikely(nparity && num_stripes == nparity)) { in btrfs_check_chunk_valid()
798 num_stripes, nparity); in btrfs_check_chunk_valid()
Dvolumes.c45 .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,
3590 const int nparity = btrfs_raid_array[index].nparity; in calc_data_stripes() local
[all …]
Dvolumes.h382 u8 nparity; /* number of stripes worth of bytes to store member