BTRFS_EXCLOP_BALANCE
if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE))
ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE ||
case BTRFS_EXCLOP_BALANCE:
fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE;
if (btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) {
btrfs_exclop_balance(fs_info, BTRFS_EXCLOP_BALANCE);
case BTRFS_EXCLOP_BALANCE:
fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE;
if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) {