Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h848 #define BTRFS_BLOCK_GROUP_RAID6 (1ULL << 8) macro
876 BTRFS_BLOCK_GROUP_RAID6 | \
880 BTRFS_BLOCK_GROUP_RAID6)
/Linux-v5.10/fs/btrfs/
Draid56.h14 else if (map->type & BTRFS_BLOCK_GROUP_RAID6) in nr_parity_stripes()
Dvolumes.h563 else if (flags & BTRFS_BLOCK_GROUP_RAID6) in btrfs_bg_flags_to_raid_index()
Draid56.c1028 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in alloc_rbio()
1842 if (rbio->bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) { in __raid_recover_end_io()
Dblock-group.c80 if (allowed & BTRFS_BLOCK_GROUP_RAID6) in btrfs_reduce_alloc_profile()
81 allowed = BTRFS_BLOCK_GROUP_RAID6; in btrfs_reduce_alloc_profile()
Dtree-checker.c865 (type & BTRFS_BLOCK_GROUP_RAID6 && num_stripes < 3) || in btrfs_check_chunk_valid()
Dvolumes.c150 .bg_flag = BTRFS_BLOCK_GROUP_RAID6,
5407 else if (map->type & BTRFS_BLOCK_GROUP_RAID6) in btrfs_num_copies()
6200 if (map->type & BTRFS_BLOCK_GROUP_RAID6) in __btrfs_map_block()
Dscrub.c1229 else if (bbio->map_type & BTRFS_BLOCK_GROUP_RAID6) in scrub_nr_raid_mirrors()
/Linux-v5.10/include/trace/events/
Dbtrfs.h140 { BTRFS_BLOCK_GROUP_RAID6, "RAID6"}
967 { BTRFS_BLOCK_GROUP_RAID6, "RAID6" })