btrfs-progs: tests: add test for send -p on 2 mont points
[platform/upstream/btrfs-progs.git] / volumes.h
index d35a4e6..11572e7 100644 (file)
--- a/volumes.h
+++ b/volumes.h
@@ -245,4 +245,8 @@ int btrfs_check_chunk_valid(struct btrfs_fs_info *fs_info,
 u64 btrfs_stripe_length(struct btrfs_fs_info *fs_info,
                        struct extent_buffer *leaf,
                        struct btrfs_chunk *chunk);
+int btrfs_fix_device_size(struct btrfs_fs_info *fs_info,
+                         struct btrfs_device *device);
+int btrfs_fix_super_size(struct btrfs_fs_info *fs_info);
+int btrfs_fix_device_and_super_size(struct btrfs_fs_info *fs_info);
 #endif