Home
last modified time | relevance | path

Searched refs:btrfs_get_alloc_profile (Results 1 – 5 of 5) sorted by relevance

/linux/fs/btrfs/
A Dblock-group.h298 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags);
309 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_DATA); in btrfs_data_alloc_profile()
314 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_METADATA); in btrfs_metadata_alloc_profile()
319 return btrfs_get_alloc_profile(fs_info, BTRFS_BLOCK_GROUP_SYSTEM); in btrfs_system_alloc_profile()
A Dblock-group.c98 u64 btrfs_get_alloc_profile(struct btrfs_fs_info *fs_info, u64 orig_flags) in btrfs_get_alloc_profile() function
2232 if (!(btrfs_get_alloc_profile(info, space_info->flags) & in btrfs_read_block_groups()
2581 alloc_flags = btrfs_get_alloc_profile(fs_info, cache->flags); in btrfs_inc_block_group_ro()
2601 alloc_flags = btrfs_get_alloc_profile(fs_info, cache->space_info->flags); in btrfs_inc_block_group_ro()
2610 alloc_flags = btrfs_get_alloc_profile(fs_info, cache->flags); in btrfs_inc_block_group_ro()
3404 u64 alloc_flags = btrfs_get_alloc_profile(trans->fs_info, type); in btrfs_force_chunk_alloc()
A Dspace-info.c671 btrfs_get_alloc_profile(fs_info, space_info->flags), in flush_space()
A Dtransaction.c731 btrfs_chunk_alloc(h, btrfs_get_alloc_profile(fs_info, flags), in start_transaction()
A Dextent-tree.c2494 ret = btrfs_get_alloc_profile(fs_info, flags); in get_alloc_profile_by_root()

Completed in 27 milliseconds