Searched refs:BTRFS_EXCLOP_BALANCE_PAUSED (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/btrfs/
H A Dfs.h384 BTRFS_EXCLOP_BALANCE_PAUSED, enumerator in enum:btrfs_exclusive_operation
H A Dioctl.c439 (fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED &&
464 case BTRFS_EXCLOP_BALANCE_PAUSED:
469 fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED);
470 fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE_PAUSED;
475 ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED);
2727 btrfs_exclop_balance(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED);
H A Dvolumes.c4535 btrfs_exclop_balance(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED);
4616 ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED);
4687 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED))
H A Dsysfs.c1181 case BTRFS_EXCLOP_BALANCE_PAUSED:

Completed in 411 milliseconds