Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c2068 u64 chunk_type; in btrfs_relocate_sys_chunks() local
2100 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_relocate_sys_chunks()
2103 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_relocate_sys_chunks()
2295 static int chunk_profiles_filter(u64 chunk_type, in chunk_profiles_filter() argument
2298 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter()
2301 if (bargs->profiles & chunk_type) in chunk_profiles_filter()
2408 static int chunk_soft_convert_filter(u64 chunk_type, in chunk_soft_convert_filter() argument
2414 chunk_type = chunk_to_extended(chunk_type) & in chunk_soft_convert_filter()
2417 if (bargs->target == chunk_type) in chunk_soft_convert_filter()
2429 u64 chunk_type = btrfs_chunk_type(leaf, chunk); in should_balance_chunk() local
[all …]
Dctree.h1681 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);