Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dblock-group.h29 * Control flags for do_chunk_alloc's force field CHUNK_ALLOC_NO_FORCE means to
259 bool do_chunk_alloc);
H A Dtransaction.c570 bool do_chunk_alloc = false; in start_transaction() local
635 do_chunk_alloc = true; in start_transaction()
723 if (do_chunk_alloc && num_bytes) { in start_transaction()
H A Dblock-group.c2233 * @do_chunk_alloc: whether need to do chunk pre-allocation, this is to
2238 bool do_chunk_alloc) in btrfs_inc_block_group_ro()
2268 if (do_chunk_alloc) { in btrfs_inc_block_group_ro()
2299 if (!do_chunk_alloc && ret == -ENOSPC && in btrfs_inc_block_group_ro()
2237 btrfs_inc_block_group_ro(struct btrfs_block_group *cache, bool do_chunk_alloc) btrfs_inc_block_group_ro() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dblock-group.h40 * Control flags for do_chunk_alloc's force field CHUNK_ALLOC_NO_FORCE means to
319 bool do_chunk_alloc);
H A Dtransaction.c574 bool do_chunk_alloc = false; in start_transaction() local
642 do_chunk_alloc = true; in start_transaction()
736 if (do_chunk_alloc && num_bytes) { in start_transaction()
H A Dblock-group.c2879 * @do_chunk_alloc: whether need to do chunk pre-allocation, this is to
2884 bool do_chunk_alloc) in btrfs_inc_block_group_ro()
2932 if (do_chunk_alloc) { in btrfs_inc_block_group_ro()
2963 if (!do_chunk_alloc && ret == -ENOSPC && in btrfs_inc_block_group_ro()
3833 static struct btrfs_block_group *do_chunk_alloc(struct btrfs_trans_handle *trans, u64 flags) in do_chunk_alloc() function
4071 * here - this happens in the cases described above at do_chunk_alloc(). in btrfs_chunk_alloc()
4140 ret_bg = do_chunk_alloc(trans, flags); in btrfs_chunk_alloc()
4240 * the cases described at do_chunk_alloc() - the system in reserve_chunk_space()
2883 btrfs_inc_block_group_ro(struct btrfs_block_group *cache, bool do_chunk_alloc) btrfs_inc_block_group_ro() argument

Completed in 17 milliseconds