Home
last modified time | relevance | path

Searched refs:BTRFS_BLOCK_GROUP_RAID6 (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h872 #define BTRFS_BLOCK_GROUP_RAID6 (1ULL << 8) macro
900 BTRFS_BLOCK_GROUP_RAID6 | \
904 BTRFS_BLOCK_GROUP_RAID6)
/Linux-v5.15/fs/btrfs/
Draid56.h14 else if (map->type & BTRFS_BLOCK_GROUP_RAID6) in nr_parity_stripes()
Draid56.c1020 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in alloc_rbio()
1845 if (rbio->bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) { in __raid_recover_end_io()
Dzoned.c1204 case BTRFS_BLOCK_GROUP_RAID6: in btrfs_load_block_group_zone_info()
Dblock-group.c81 if (allowed & BTRFS_BLOCK_GROUP_RAID6) in btrfs_reduce_alloc_profile()
82 allowed = BTRFS_BLOCK_GROUP_RAID6; in btrfs_reduce_alloc_profile()
Dtree-checker.c887 (type & BTRFS_BLOCK_GROUP_RAID6 && in btrfs_check_chunk_valid()
Dvolumes.c151 .bg_flag = BTRFS_BLOCK_GROUP_RAID6,
176 else if (flags & BTRFS_BLOCK_GROUP_RAID6) in btrfs_bg_flags_to_raid_index()
5680 else if (map->type & BTRFS_BLOCK_GROUP_RAID6) in btrfs_num_copies()
6504 if (map->type & BTRFS_BLOCK_GROUP_RAID6) in __btrfs_map_block()
Dscrub.c1225 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in scrub_nr_raid_mirrors()
/Linux-v5.15/include/trace/events/
Dbtrfs.h141 { BTRFS_BLOCK_GROUP_RAID6, "RAID6"}
965 { BTRFS_BLOCK_GROUP_RAID6, "RAID6" })