Searched refs:btrfs_balance (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.h | 460 int btrfs_balance(struct btrfs_fs_info *fs_info,
|
H A D | volumes.c | 4090 int btrfs_balance(struct btrfs_fs_info *fs_info, in btrfs_balance() function 4292 ret = btrfs_balance(fs_info, fs_info->balance_ctl, NULL); in balance_kthread() 4450 * deleted in btrfs_balance in this case in btrfs_cancel_balance()
|
H A D | ioctl.c | 4132 * Ownership of bctl and exclusive operation goes to btrfs_balance. in btrfs_ioctl_balance() 4139 ret = btrfs_balance(fs_info, bctl, bargs); in btrfs_ioctl_balance()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.h | 641 int btrfs_balance(struct btrfs_fs_info *fs_info,
|
H A D | volumes.c | 4252 int btrfs_balance(struct btrfs_fs_info *fs_info, in btrfs_balance() function 4450 ret = btrfs_balance(fs_info, fs_info->balance_ctl, NULL); in balance_kthread() 4612 * deleted in btrfs_balance in this case in btrfs_cancel_balance()
|
H A D | ioctl.c | 3619 * Ownership of bctl and exclusive operation goes to btrfs_balance. in btrfs_ioctl_balance() 3626 ret = btrfs_balance(fs_info, bctl, bargs); in btrfs_ioctl_balance()
|
Completed in 29 milliseconds