Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dblock-group.h305 bool do_chunk_alloc);
Dblock-group.c2554 bool do_chunk_alloc) in btrfs_inc_block_group_ro() argument
2602 if (do_chunk_alloc) { in btrfs_inc_block_group_ro()
2623 if (!do_chunk_alloc || ret == -ETXTBSY) in btrfs_inc_block_group_ro()
3470 static struct btrfs_block_group *do_chunk_alloc(struct btrfs_trans_handle *trans, u64 flags) in do_chunk_alloc() function
3777 ret_bg = do_chunk_alloc(trans, flags); in btrfs_chunk_alloc()
Dtransaction.c558 bool do_chunk_alloc = false; in start_transaction() local
620 do_chunk_alloc = true; in start_transaction()
706 if (do_chunk_alloc && num_bytes) { in start_transaction()