diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index d4042c89d29b..938efe33be80 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -3431,6 +3431,8 @@ int btrfs_remove_block_group(struct btrfs_trans_handle *trans, | |||
3431 | struct btrfs_root *root, u64 group_start, | 3431 | struct btrfs_root *root, u64 group_start, |
3432 | struct extent_map *em); | 3432 | struct extent_map *em); |
3433 | void btrfs_delete_unused_bgs(struct btrfs_fs_info *fs_info); | 3433 | void btrfs_delete_unused_bgs(struct btrfs_fs_info *fs_info); |
3434 | void btrfs_get_block_group_trimming(struct btrfs_block_group_cache *cache); | ||
3435 | void btrfs_put_block_group_trimming(struct btrfs_block_group_cache *cache); | ||
3434 | void btrfs_create_pending_block_groups(struct btrfs_trans_handle *trans, | 3436 | void btrfs_create_pending_block_groups(struct btrfs_trans_handle *trans, |
3435 | struct btrfs_root *root); | 3437 | struct btrfs_root *root); |
3436 | u64 btrfs_get_alloc_profile(struct btrfs_root *root, int data); | 3438 | u64 btrfs_get_alloc_profile(struct btrfs_root *root, int data); |
@@ -4067,6 +4069,7 @@ __cold | |||
4067 | void __btrfs_std_error(struct btrfs_fs_info *fs_info, const char *function, | 4069 | void __btrfs_std_error(struct btrfs_fs_info *fs_info, const char *function, |
4068 | unsigned int line, int errno, const char *fmt, ...); | 4070 | unsigned int line, int errno, const char *fmt, ...); |
4069 | 4071 | ||
4072 | const char *btrfs_decode_error(int errno); | ||
4070 | 4073 | ||
4071 | __cold | 4074 | __cold |
4072 | void __btrfs_abort_transaction(struct btrfs_trans_handle *trans, | 4075 | void __btrfs_abort_transaction(struct btrfs_trans_handle *trans, |