X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=volumes.h;h=11572e78c04fa10cba677182f4e8710caf623ec2;hb=3a939bc7f36954f7730ff54635d6f48e4a772514;hp=d35a4e652b0dd9ff54da22bc978490a59cafbbe0;hpb=0544aafcbf48a8b70090cc515b9d130bac10554e;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/volumes.h b/volumes.h index d35a4e6..11572e7 100644 --- 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