Home
last modified time | relevance | path

Searched refs:chunk_type (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
Dvolumes.c3160 u64 chunk_type; in btrfs_relocate_sys_chunks() local
3197 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_relocate_sys_chunks()
3200 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_relocate_sys_chunks()
3236 u64 chunk_type; in btrfs_may_alloc_data_chunk() local
3240 chunk_type = cache->flags; in btrfs_may_alloc_data_chunk()
3243 if (!(chunk_type & BTRFS_BLOCK_GROUP_DATA)) in btrfs_may_alloc_data_chunk()
3428 static int chunk_profiles_filter(u64 chunk_type, in chunk_profiles_filter() argument
3431 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter()
3434 if (bargs->profiles & chunk_type) in chunk_profiles_filter()
3589 static int chunk_soft_convert_filter(u64 chunk_type, in chunk_soft_convert_filter() argument
[all …]
Dctree.h1588 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);