Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0070-zfs-Fix-possible-integer-overflows.patch49 - csize = ((s / (desc->n_children - desc->nparity))
51 + csize = ((csize / (desc->n_children - desc->nparity))
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtree-checker.c765 int nparity; in btrfs_check_chunk_valid() local
775 nparity = btrfs_raid_array[raid_index].nparity; in btrfs_check_chunk_valid()
788 if (nparity && num_stripes == nparity) { in btrfs_check_chunk_valid()
791 num_stripes, nparity); in btrfs_check_chunk_valid()
H A 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,
3481 const int nparity = btrfs_raid_array[index].nparity; in calc_data_stripes() local
[all …]
H A Dvolumes.h361 u8 nparity; /* number of stripes worth of bytes to store member