Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dfs.c66 if (fs_info->exclusive_operation == BTRFS_EXCLOP_NONE) { in btrfs_exclop_start()
67 fs_info->exclusive_operation = type; in btrfs_exclop_start()
90 if (fs_info->exclusive_operation == type || in btrfs_exclop_start_try_lock()
91 (fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED && in btrfs_exclop_start_try_lock()
107 WRITE_ONCE(fs_info->exclusive_operation, BTRFS_EXCLOP_NONE); in btrfs_exclop_finish()
118 ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE || in btrfs_exclop_balance()
119 fs_info->exclusive_operation == BTRFS_EXCLOP_DEV_ADD || in btrfs_exclop_balance()
120 fs_info->exclusive_operation == BTRFS_EXCLOP_NONE || 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()
[all …]
H A Dfs.h834 enum btrfs_exclusive_operation exclusive_operation; member
H A Dsysfs.c1258 switch (READ_ONCE(fs_info->exclusive_operation)) { in btrfs_exclusive_operation_show()
1289 BTRFS_ATTR(, exclusive_operation, btrfs_exclusive_operation_show);
1585 BTRFS_ATTR_PTR(, exclusive_operation),
H A Dvolumes.c4666 ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED); in btrfs_resume_balance_async()
4667 fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE; in btrfs_resume_balance_async()
H A Dioctl.c2615 fs_info->exclusive_operation = BTRFS_EXCLOP_DEV_ADD; in btrfs_ioctl_add_dev()