Home
last modified time | relevance | path

Searched refs:BTRFS_EXCLOP_BALANCE_PAUSED (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dfs.c91 (fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED && in btrfs_exclop_start_try_lock()
116 case BTRFS_EXCLOP_BALANCE_PAUSED: in btrfs_exclop_balance()
121 fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED); in btrfs_exclop_balance()
122 fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE_PAUSED; in btrfs_exclop_balance()
127 ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED); in btrfs_exclop_balance()
H A Dfs.h404 BTRFS_EXCLOP_BALANCE_PAUSED, enumerator
H A Dvolumes.c4585 btrfs_exclop_balance(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED); in btrfs_balance()
4666 ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED); in btrfs_resume_balance_async()
4737 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED)) in btrfs_recover_balance()
H A Dsysfs.c1265 case BTRFS_EXCLOP_BALANCE_PAUSED: in btrfs_exclusive_operation_show()
H A Dioctl.c2639 btrfs_exclop_balance(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED); in btrfs_ioctl_add_dev()