Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dvolumes.h655 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size);
Dvolumes.c2131 ret = btrfs_shrink_device(device, 0); in btrfs_rm_device()
4816 int btrfs_shrink_device(struct btrfs_device *device, u64 new_size) in btrfs_shrink_device() function
Dioctl.c2116 ret = btrfs_shrink_device(device, new_size); in btrfs_ioctl_resize()