Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Draid56.h155 return map->num_stripes - btrfs_nr_parity_stripes(map->type); in nr_data_stripes()
Dvolumes.h685 int btrfs_nr_parity_stripes(u64 type);
Draid56.c974 ASSERT(btrfs_nr_parity_stripes(bioc->map_type)); in alloc_rbio()
975 rbio->nr_data = real_stripes - btrfs_nr_parity_stripes(bioc->map_type); in alloc_rbio()
Dvolumes.c187 int btrfs_nr_parity_stripes(u64 type) in btrfs_nr_parity_stripes() function