Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.c2882 u64 chunk_type; in btrfs_relocate_sys_chunks() local
2919 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_relocate_sys_chunks()
2922 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_relocate_sys_chunks()
3116 static int chunk_profiles_filter(u64 chunk_type, in chunk_profiles_filter() argument
3119 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter()
3122 if (bargs->profiles & chunk_type) in chunk_profiles_filter()
3274 static int chunk_soft_convert_filter(u64 chunk_type, in chunk_soft_convert_filter() argument
3280 chunk_type = chunk_to_extended(chunk_type) & in chunk_soft_convert_filter()
3283 if (bargs->target == chunk_type) in chunk_soft_convert_filter()
3295 u64 chunk_type = btrfs_chunk_type(leaf, chunk); in should_balance_chunk() local
[all …]
Dctree.h2443 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);