Searched refs:do_chunk_alloc (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dblock-group.h55 * Control flags for do_chunk_alloc's force field CHUNK_ALLOC_NO_FORCE means to
333 bool do_chunk_alloc);
H A Dtransaction.c603 bool do_chunk_alloc = false; local
662 do_chunk_alloc = true;
758 if (do_chunk_alloc && num_bytes) {
H A Dblock-group.c2891 * @do_chunk_alloc: whether need to do chunk pre-allocation, this is to
2896 bool do_chunk_alloc)
2944 if (do_chunk_alloc) {
2975 if (!do_chunk_alloc && ret == -ENOSPC &&
3832 static struct btrfs_block_group *do_chunk_alloc(struct btrfs_trans_handle *trans, u64 flags) function
4070 * here - this happens in the cases described above at do_chunk_alloc().
4139 ret_bg = do_chunk_alloc(trans, flags);
4239 * the cases described at do_chunk_alloc() - the system
2895 btrfs_inc_block_group_ro(struct btrfs_block_group *cache, bool do_chunk_alloc) argument

Completed in 143 milliseconds