X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=free-space-cache.h;h=707fb6d39886026017a1a6d2402e4a5f70842a15;hb=7edeb29c34704475889852d21ddfa6c1eaa60e24;hp=85411a10e64b33357bb6272b624db7a1f564be7f;hpb=250a58f34d57588de8f0b2f118cb5cd152744158;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/free-space-cache.h b/free-space-cache.h index 85411a1..707fb6d 100644 --- a/free-space-cache.h +++ b/free-space-cache.h @@ -57,4 +57,8 @@ int btrfs_init_free_space_ctl(struct btrfs_block_group_cache *block_group, int sectorsize); void unlink_free_space(struct btrfs_free_space_ctl *ctl, struct btrfs_free_space *info); +int btrfs_add_free_space(struct btrfs_free_space_ctl *ctl, u64 offset, + u64 bytes); +int btrfs_clear_free_space_cache(struct btrfs_fs_info *fs_info, + struct btrfs_block_group_cache *bg); #endif