Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dvolumes.c62 .nparity = 0,
75 .nparity = 0,
88 .nparity = 0,
101 .nparity = 0,
114 .nparity = 0,
127 .nparity = 0,
140 .nparity = 0,
153 .nparity = 1,
3840 const int nparity = btrfs_raid_array[index].nparity; in calc_data_stripes() local
5081 int nparity; member
[all …]
A Dtree-checker.c831 int nparity; in btrfs_check_chunk_valid() local
841 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid()
854 if (unlikely(nparity && num_stripes == nparity)) { in btrfs_check_chunk_valid()
857 num_stripes, nparity); in btrfs_check_chunk_valid()
A Dvolumes.h578 u8 nparity; /* number of stripes worth of bytes to store member

Completed in 26 milliseconds