Home
last modified time | relevance | path

Searched refs:nr_parity_stripes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Draid56.h10 static inline int nr_parity_stripes(const struct map_lookup *map) in nr_parity_stripes() function
22 return map->num_stripes - nr_parity_stripes(map); in nr_data_stripes()
H A Dvolumes.c6183 max_errors = nr_parity_stripes(map); in __btrfs_map_block()