Lines Matching refs:force
87 int force);
4352 struct btrfs_space_info *sinfo, int force) in should_alloc_chunk() argument
4359 if (force == CHUNK_ALLOC_FORCE) in should_alloc_chunk()
4374 if (force == CHUNK_ALLOC_LIMITED) { in should_alloc_chunk()
4476 struct btrfs_root *extent_root, u64 flags, int force) in do_chunk_alloc() argument
4497 if (force < space_info->force_alloc) in do_chunk_alloc()
4498 force = space_info->force_alloc; in do_chunk_alloc()
4500 if (should_alloc_chunk(extent_root, space_info, force)) in do_chunk_alloc()
4508 if (!should_alloc_chunk(extent_root, space_info, force)) { in do_chunk_alloc()
4795 u64 bytes, int force) in may_commit_transaction() argument
4804 if (force) in may_commit_transaction()
9535 static int inc_block_group_ro(struct btrfs_block_group_cache *cache, int force) in inc_block_group_ro() argument
9549 !force) in inc_block_group_ro()