Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dvolumes.c2930 u64 chunk_type; in btrfs_relocate_sys_chunks() local
2967 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_relocate_sys_chunks()
2970 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_relocate_sys_chunks()
3006 u64 chunk_type; in btrfs_may_alloc_data_chunk() local
3010 chunk_type = cache->flags; in btrfs_may_alloc_data_chunk()
3013 if (chunk_type & BTRFS_BLOCK_GROUP_DATA) { in btrfs_may_alloc_data_chunk()
3200 static int chunk_profiles_filter(u64 chunk_type, in chunk_profiles_filter() argument
3203 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter()
3206 if (bargs->profiles & chunk_type) in chunk_profiles_filter()
3357 static int chunk_soft_convert_filter(u64 chunk_type, in chunk_soft_convert_filter() argument
[all …]
Dctree.h1657 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);