Home
last modified time | relevance | path

Searched refs:BTRFS_BLOCK_GROUP_RAID0 (Results 1 – 3 of 3) sorted by relevance

/fs/btrfs/
Dvolumes.c1968 if (type & (BTRFS_BLOCK_GROUP_RAID0)) { in __btrfs_alloc_chunk()
2481 if (map->type & (BTRFS_BLOCK_GROUP_RAID0 | BTRFS_BLOCK_GROUP_RAID1 | in __btrfs_map_block()
2598 else if (map->type & BTRFS_BLOCK_GROUP_RAID0) in btrfs_rmap_block()
2617 } else if (map->type & BTRFS_BLOCK_GROUP_RAID0) { in btrfs_rmap_block()
Dextent-tree.c1946 u64 extra_flags = flags & (BTRFS_BLOCK_GROUP_RAID0 | in set_avail_alloc_bits()
1978 flags &= ~(BTRFS_BLOCK_GROUP_RAID1 | BTRFS_BLOCK_GROUP_RAID0); in btrfs_reduce_alloc_profile()
1993 if ((flags & BTRFS_BLOCK_GROUP_RAID0) && in btrfs_reduce_alloc_profile()
1997 flags &= ~BTRFS_BLOCK_GROUP_RAID0; in btrfs_reduce_alloc_profile()
5959 u64 stripped = BTRFS_BLOCK_GROUP_RAID0 | in update_block_group_flags()
5968 if (flags & BTRFS_BLOCK_GROUP_RAID0) in update_block_group_flags()
5989 return stripped | BTRFS_BLOCK_GROUP_RAID0; in update_block_group_flags()
Dctree.h586 #define BTRFS_BLOCK_GROUP_RAID0 (1 << 3) macro