diff options
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index a9663e92bb14..0f94a69e6eb6 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -125,6 +125,7 @@ int btrfs_close_devices(struct btrfs_fs_devices *fs_devices); | |||
125 | int btrfs_add_device(struct btrfs_trans_handle *trans, | 125 | int btrfs_add_device(struct btrfs_trans_handle *trans, |
126 | struct btrfs_root *root, | 126 | struct btrfs_root *root, |
127 | struct btrfs_device *device); | 127 | struct btrfs_device *device); |
128 | int btrfs_rm_device(struct btrfs_root *root, char *device_path); | ||
128 | int btrfs_cleanup_fs_uuids(void); | 129 | int btrfs_cleanup_fs_uuids(void); |
129 | int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len); | 130 | int btrfs_num_copies(struct btrfs_mapping_tree *map_tree, u64 logical, u64 len); |
130 | int btrfs_unplug_page(struct btrfs_mapping_tree *map_tree, | 131 | int btrfs_unplug_page(struct btrfs_mapping_tree *map_tree, |
@@ -136,4 +137,6 @@ struct btrfs_device *btrfs_find_device(struct btrfs_root *root, u64 devid, | |||
136 | int btrfs_shrink_device(struct btrfs_device *device, u64 new_size); | 137 | int btrfs_shrink_device(struct btrfs_device *device, u64 new_size); |
137 | int btrfs_init_new_device(struct btrfs_root *root, char *path); | 138 | int btrfs_init_new_device(struct btrfs_root *root, char *path); |
138 | int btrfs_balance(struct btrfs_root *dev_root); | 139 | int btrfs_balance(struct btrfs_root *dev_root); |
140 | void btrfs_unlock_volumes(void); | ||
141 | void btrfs_lock_volumes(void); | ||
139 | #endif | 142 | #endif |