Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h838 #define BTRFS_BLOCK_GROUP_RAID6 (1ULL << 8) macro
860 BTRFS_BLOCK_GROUP_RAID6 | \
864 BTRFS_BLOCK_GROUP_RAID6)
/Linux-v5.4/fs/btrfs/
Draid56.h14 else if (map->type & BTRFS_BLOCK_GROUP_RAID6) in nr_parity_stripes()
Dvolumes.h566 else if (flags & BTRFS_BLOCK_GROUP_RAID6) in btrfs_bg_flags_to_raid_index()
Draid56.c1032 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in alloc_rbio()
1866 if (rbio->bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) { in __raid_recover_end_io()
Dtree-checker.c650 (type & BTRFS_BLOCK_GROUP_RAID6 && num_stripes < 3) || in btrfs_check_chunk_valid()
Dblock-group.c82 if (allowed & BTRFS_BLOCK_GROUP_RAID6) in btrfs_reduce_alloc_profile()
83 allowed = BTRFS_BLOCK_GROUP_RAID6; in btrfs_reduce_alloc_profile()
Dvolumes.c123 .bg_flag = BTRFS_BLOCK_GROUP_RAID6,
5407 else if (map->type & BTRFS_BLOCK_GROUP_RAID6) in btrfs_num_copies()
6210 if (map->type & BTRFS_BLOCK_GROUP_RAID6) in __btrfs_map_block()
6706 case BTRFS_BLOCK_GROUP_RAID6: in calc_stripe_length()
Dscrub.c1230 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in scrub_nr_raid_mirrors()
/Linux-v5.4/include/trace/events/
Dbtrfs.h102 { BTRFS_BLOCK_GROUP_RAID6, "RAID6"}
932 { BTRFS_BLOCK_GROUP_RAID6, "RAID6" })