Btrfs: Make the resizer work based on shrinking and growing devices
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / btrfs / volumes.h
index a2660d2b6b344a1ccfaedbc7f9e72911441f57c3..6fe8440b37a78bf2da83fba2cfcd60d19b492f68 100644 (file)
@@ -128,4 +128,9 @@ int btrfs_cleanup_fs_uuids(void);
 int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len);
 int btrfs_unplug_page(struct btrfs_mapping_tree *map_tree,
                      u64 logical, struct page *page);
+int btrfs_grow_device(struct btrfs_trans_handle *trans,
+                     struct btrfs_device *device, u64 new_size);
+struct btrfs_device *btrfs_find_device(struct btrfs_root *root, u64 devid,
+                                      u8 *uuid);
+int btrfs_shrink_device(struct btrfs_device *device, u64 new_size);
 #endif