Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dvolumes.h645 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size);
H A Dvolumes.c2188 ret = btrfs_shrink_device(device, 0); in btrfs_rm_device()
4872 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size) in btrfs_shrink_device() function
H A Dioctl.c1250 ret = btrfs_shrink_device(device, new_size); in btrfs_ioctl_resize()