Searched refs:btrfs_get_alloc_profile (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | block-group.h | 274 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags); 280 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_DATA); in btrfs_data_alloc_profile() 285 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_METADATA); in btrfs_metadata_alloc_profile() 290 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_SYSTEM); in btrfs_system_alloc_profile()
|
H A D | block-group.c | 103 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags) in btrfs_get_alloc_profile() function 2059 if (!(btrfs_get_alloc_profile(info, space_info->flags) & in btrfs_read_block_groups() 2273 alloc_flags = btrfs_get_alloc_profile(fs_info, cache->flags); in btrfs_inc_block_group_ro() 2303 alloc_flags = btrfs_get_alloc_profile(fs_info, cache->space_info->flags); in btrfs_inc_block_group_ro() 2312 alloc_flags = btrfs_get_alloc_profile(fs_info, cache->flags); in btrfs_inc_block_group_ro() 3092 u64 alloc_flags = btrfs_get_alloc_profile(trans->fs_info, type); in btrfs_force_chunk_alloc()
|
H A D | space-info.c | 723 btrfs_get_alloc_profile(fs_info, space_info->flags), in flush_space()
|
H A D | transaction.c | 726 btrfs_chunk_alloc(h, btrfs_get_alloc_profile(fs_info, flags), in start_transaction()
|
H A D | extent-tree.c | 2517 ret = btrfs_get_alloc_profile(fs_info, flags); in get_alloc_profile_by_root()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | block-group.h | 337 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags); 345 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_DATA); in btrfs_data_alloc_profile() 350 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_METADATA); in btrfs_metadata_alloc_profile() 355 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_SYSTEM); in btrfs_system_alloc_profile()
|
H A D | block-group.c | 121 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags) in btrfs_get_alloc_profile() function 2542 if (!(btrfs_get_alloc_profile(info, space_info->flags) & in btrfs_read_block_groups() 2937 alloc_flags = btrfs_get_alloc_profile(fs_info, cache->flags); in btrfs_inc_block_group_ro() 2967 alloc_flags = btrfs_get_alloc_profile(fs_info, cache->space_info->flags); in btrfs_inc_block_group_ro() 2984 alloc_flags = btrfs_get_alloc_profile(fs_info, cache->flags); in btrfs_inc_block_group_ro() 3828 u64 alloc_flags = btrfs_get_alloc_profile(trans->fs_info, type); in btrfs_force_chunk_alloc()
|
H A D | space-info.c | 766 btrfs_get_alloc_profile(fs_info, space_info->flags), in flush_space()
|
H A D | transaction.c | 739 btrfs_chunk_alloc(h, btrfs_get_alloc_profile(fs_info, flags), in start_transaction()
|
H A D | extent-tree.c | 2513 ret = btrfs_get_alloc_profile(fs_info, flags); in get_alloc_profile_by_root()
|
Completed in 37 milliseconds