Searched refs:btrfs_update_block_group (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | block-group.h | 264 int btrfs_update_block_group(struct btrfs_trans_handle *trans,
|
H A D | extent-tree.c | 3238 ret = btrfs_update_block_group(trans, bytenr, num_bytes, 0); in __btrfs_free_extent() 4416 ret = btrfs_update_block_group(trans, ins->objectid, ins->offset, 1); in alloc_reserved_file_extent() 4506 ret = btrfs_update_block_group(trans, extent_key.objectid, in alloc_reserved_tree_block()
|
H A D | block-group.c | 2870 int btrfs_update_block_group(struct btrfs_trans_handle *trans, in btrfs_update_block_group() function
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | block-group.h | 324 int btrfs_update_block_group(struct btrfs_trans_handle *trans,
|
H A D | extent-tree.c | 2874 ret = btrfs_update_block_group(trans, bytenr, num_bytes, false); in do_free_extent_accounting() 4622 ret = btrfs_update_block_group(trans, bytenr, num_bytes, true); in alloc_reserved_extent()
|
H A D | block-group.c | 3587 int btrfs_update_block_group(struct btrfs_trans_handle *trans, in btrfs_update_block_group() function
|
Completed in 24 milliseconds