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

/linux-master/fs/btrfs/
H A Dfs.h385 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.c4617 fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE;
8255 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 946 milliseconds