Home
last modified time | relevance | path

Searched refs:btrfs_shrink_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dvolumes.h446 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size);
Dvolumes.c1663 ret = btrfs_shrink_device(device, 0); in btrfs_rm_device()
3173 ret = btrfs_shrink_device(device, old_size - size_to_free); in __btrfs_balance()
3956 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size) in btrfs_shrink_device() function
Dioctl.c1593 ret = btrfs_shrink_device(device, new_size); in btrfs_ioctl_resize()