Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.c63 .nparity = 0,
76 .nparity = 0,
89 .nparity = 0,
102 .nparity = 0,
115 .nparity = 0,
128 .nparity = 0,
141 .nparity = 0,
154 .nparity = 1,
167 .nparity = 2,
202 return btrfs_raid_array[index].nparity; in btrfs_nr_parity_stripes()
[all …]
H A Dtree-checker.c944 int nparity; in btrfs_check_chunk_valid() local
964 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid()
978 if (unlikely(nparity && num_stripes == nparity)) { in btrfs_check_chunk_valid()
981 num_stripes, nparity); in btrfs_check_chunk_valid()
H A Dvolumes.h618 u8 nparity; /* number of stripes worth of bytes to store member