Searched refs:BTRFS_EXCLOP_BALANCE (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dfs.h384 BTRFS_EXCLOP_BALANCE, enumerator in enum:btrfs_exclusive_operation
H A Dioctl.c466 ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE ||
473 case BTRFS_EXCLOP_BALANCE:
476 fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE;
3557 if (btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) {
3640 btrfs_exclop_balance(fs_info, BTRFS_EXCLOP_BALANCE);
H A Dsysfs.c1178 case BTRFS_EXCLOP_BALANCE:
H A Dvolumes.c4618 fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE;
8241 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) {
H A Dblock-group.c1800 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) {

Completed in 197 milliseconds