Searched refs:BTRFS_BLOCK_GROUP_RAID0 (Results 1 – 8 of 8) sorted by relevance
29 static_assert(const_ffs(BTRFS_BLOCK_GROUP_RAID0) <30 const_ffs(BTRFS_BLOCK_GROUP_PROFILE_MASK & ~BTRFS_BLOCK_GROUP_RAID0));31 static_assert(const_ilog2(BTRFS_BLOCK_GROUP_RAID0) >36 ilog2((profile) >> (ilog2(BTRFS_BLOCK_GROUP_RAID0) - 1))42 BTRFS_RAID_RAID0 = BTRFS_BG_FLAG_TO_INDEX(BTRFS_BLOCK_GROUP_RAID0),
3362 ASSERT(map->type & (BTRFS_BLOCK_GROUP_RAID0 | in simple_stripe_full_stripe_len()3373 ASSERT(map->type & (BTRFS_BLOCK_GROUP_RAID0 | in simple_stripe_get_logical()3387 ASSERT(map->type & (BTRFS_BLOCK_GROUP_RAID0 | in simple_stripe_mirror_num()3497 if (!(profile & (BTRFS_BLOCK_GROUP_RAID0 | BTRFS_BLOCK_GROUP_RAID10 | in scrub_stripe()3514 if (profile & (BTRFS_BLOCK_GROUP_RAID0 | BTRFS_BLOCK_GROUP_RAID10)) { in scrub_stripe()
90 else if (allowed & BTRFS_BLOCK_GROUP_RAID0) in btrfs_reduce_alloc_profile()91 allowed = BTRFS_BLOCK_GROUP_RAID0; in btrfs_reduce_alloc_profile()1812 } else if (map->type & BTRFS_BLOCK_GROUP_RAID0) { in btrfs_rmap_block()
37 #define BTRFS_BLOCK_GROUP_STRIPE_MASK (BTRFS_BLOCK_GROUP_RAID0 | \117 .bg_flag = BTRFS_BLOCK_GROUP_RAID0,5986 if (map->type & (BTRFS_BLOCK_GROUP_RAID0 | in __btrfs_map_block_for_discard()5988 if (map->type & BTRFS_BLOCK_GROUP_RAID0) in __btrfs_map_block_for_discard()6022 if (map->type & (BTRFS_BLOCK_GROUP_RAID0 | in __btrfs_map_block_for_discard()6427 if (map->type & BTRFS_BLOCK_GROUP_RAID0) { in __btrfs_map_block()
1495 case BTRFS_BLOCK_GROUP_RAID0: in btrfs_load_block_group_zone_info()
2247 if (type & BTRFS_BLOCK_GROUP_RAID0) in btrfs_calc_avail_data_space()
872 #define BTRFS_BLOCK_GROUP_RAID0 (1ULL << 3) macro887 #define BTRFS_BLOCK_GROUP_PROFILE_MASK (BTRFS_BLOCK_GROUP_RAID0 | \
137 { BTRFS_BLOCK_GROUP_RAID0, "RAID0"}, \961 { BTRFS_BLOCK_GROUP_RAID0, "RAID0" }, \