Searched refs:BTRFS_BLOCK_GROUP_RAID0 (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/btrfs/tests/ |
| H A D | zoned-tests.c | 280 .raid_type = BTRFS_BLOCK_GROUP_RAID0, 289 .raid_type = BTRFS_BLOCK_GROUP_RAID0, 299 .raid_type = BTRFS_BLOCK_GROUP_RAID0, 309 .raid_type = BTRFS_BLOCK_GROUP_RAID0, 319 .raid_type = BTRFS_BLOCK_GROUP_RAID0, 329 .raid_type = BTRFS_BLOCK_GROUP_RAID0, 342 .raid_type = BTRFS_BLOCK_GROUP_RAID0, 357 .raid_type = BTRFS_BLOCK_GROUP_RAID0, 367 .raid_type = BTRFS_BLOCK_GROUP_RAID0, 381 .raid_type = BTRFS_BLOCK_GROUP_RAID0, [all …]
|
| /linux/fs/btrfs/ |
| H A D | volumes.h | 61 static_assert(const_ffs(BTRFS_BLOCK_GROUP_RAID0) < 62 const_ffs(BTRFS_BLOCK_GROUP_PROFILE_MASK & ~BTRFS_BLOCK_GROUP_RAID0)); 66 ilog2((profile) >> (ilog2(BTRFS_BLOCK_GROUP_RAID0) - 1)) 72 BTRFS_RAID_RAID0 = BTRFS_BG_FLAG_TO_INDEX(BTRFS_BLOCK_GROUP_RAID0),
|
| H A D | raid-stripe-tree.h | 16 BTRFS_BLOCK_GROUP_RAID0 | \
|
| H A D | scrub.c | 2356 ASSERT(map->type & (BTRFS_BLOCK_GROUP_RAID0 | in simple_stripe_full_stripe_len() 2367 ASSERT(map->type & (BTRFS_BLOCK_GROUP_RAID0 | in simple_stripe_get_logical() 2382 ASSERT(map->type & (BTRFS_BLOCK_GROUP_RAID0 | in simple_stripe_mirror_num() 2484 if (!(profile & (BTRFS_BLOCK_GROUP_RAID0 | BTRFS_BLOCK_GROUP_RAID10 | in scrub_stripe() 2500 if (profile & (BTRFS_BLOCK_GROUP_RAID0 | BTRFS_BLOCK_GROUP_RAID10)) { in scrub_stripe()
|
| H A D | direct-io.c | 825 if (data_profile != BTRFS_BLOCK_GROUP_RAID0 && data_profile != 0) in btrfs_direct_write()
|
| H A D | volumes.c | 37 #define BTRFS_BLOCK_GROUP_STRIPE_MASK (BTRFS_BLOCK_GROUP_RAID0 | \ 129 .bg_flag = BTRFS_BLOCK_GROUP_RAID0, 6631 if (map->type & (BTRFS_BLOCK_GROUP_RAID0 | in btrfs_map_discard() 6633 if (map->type & BTRFS_BLOCK_GROUP_RAID0) in btrfs_map_discard() 6668 if (map->type & (BTRFS_BLOCK_GROUP_RAID0 | in btrfs_map_discard() 7129 case BTRFS_BLOCK_GROUP_RAID0: in btrfs_map_block()
|
| H A D | block-group.c | 126 else if (allowed & BTRFS_BLOCK_GROUP_RAID0) in btrfs_reduce_alloc_profile() 127 allowed = BTRFS_BLOCK_GROUP_RAID0; in btrfs_reduce_alloc_profile() 2284 if (map->type & (BTRFS_BLOCK_GROUP_RAID0 | in btrfs_rmap_block()
|
| H A D | zoned.c | 1857 case BTRFS_BLOCK_GROUP_RAID0: in btrfs_load_block_group_by_raid_type() 1871 if (ret == -EIO && profile != 0 && profile != BTRFS_BLOCK_GROUP_RAID0 && in btrfs_load_block_group_by_raid_type()
|
| H A D | super.c | 1645 if (type & BTRFS_BLOCK_GROUP_RAID0) in btrfs_calc_avail_data_space()
|
| H A D | tree-checker.c | 869 case BTRFS_BLOCK_GROUP_RAID0: in valid_stripe_count()
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 1166 #define BTRFS_BLOCK_GROUP_RAID0 (1ULL << 3) macro 1184 #define BTRFS_BLOCK_GROUP_PROFILE_MASK (BTRFS_BLOCK_GROUP_RAID0 | \
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 137 { BTRFS_BLOCK_GROUP_RAID0, "RAID0"}, \ 1024 { BTRFS_BLOCK_GROUP_RAID0, "RAID0" }, \
|