Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dblock-group.h333 int btrfs_force_chunk_alloc(struct btrfs_trans_handle *trans, u64 type);
Dsysfs.c862 ret = btrfs_force_chunk_alloc(trans, space_info->flags); in btrfs_force_chunk_alloc_store()
Dblock-group.c3826 int btrfs_force_chunk_alloc(struct btrfs_trans_handle *trans, u64 type) in btrfs_force_chunk_alloc() function
Drelocation.c3751 ret = btrfs_force_chunk_alloc(trans, rc->block_group->flags); in relocate_block_group()
Dvolumes.c3432 ret = btrfs_force_chunk_alloc(trans, BTRFS_BLOCK_GROUP_DATA); in btrfs_may_alloc_data_chunk()