Searched refs:btrfs_should_cancel_balance (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/btrfs/
H A Dvolumes.c4414 btrfs_should_cancel_balance(fs_info)) {
4550 * got -EINTR, or caught by btrfs_should_cancel_balance() and
H A Drelocation.c2930 noinline int btrfs_should_cancel_balance(const struct btrfs_fs_info *fs_info) function
2936 ALLOW_ERROR_INJECTION(btrfs_should_cancel_balance, TRUE);
3076 if (btrfs_should_cancel_balance(fs_info))
3754 if (btrfs_should_cancel_balance(fs_info)) {
H A Drelocation.h29 int btrfs_should_cancel_balance(const struct btrfs_fs_info *fs_info);

Completed in 194 milliseconds