Searched refs:exclusive_operation (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ioctl.c | 404 if (fs_info->exclusive_operation == BTRFS_EXCLOP_NONE) { in btrfs_exclop_start() 405 fs_info->exclusive_operation = type; in btrfs_exclop_start() 428 if (fs_info->exclusive_operation == type || in btrfs_exclop_start_try_lock() 429 (fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED && in btrfs_exclop_start_try_lock() 445 WRITE_ONCE(fs_info->exclusive_operation, BTRFS_EXCLOP_NONE); in btrfs_exclop_finish() 447 sysfs_notify(&fs_info->fs_devices->fsid_kobj, NULL, "exclusive_operation"); in btrfs_exclop_finish() 456 ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE || in btrfs_exclop_balance() 457 fs_info->exclusive_operation == BTRFS_EXCLOP_DEV_ADD || in btrfs_exclop_balance() 458 fs_info->exclusive_operation == BTRFS_EXCLOP_NONE || in btrfs_exclop_balance() 459 fs_info->exclusive_operation in btrfs_exclop_balance() [all...] |
H A D | fs.h | 749 enum btrfs_exclusive_operation exclusive_operation; member
|
H A D | sysfs.c | 1161 switch (READ_ONCE(fs_info->exclusive_operation)) { in btrfs_exclusive_operation_show() 1192 BTRFS_ATTR(, exclusive_operation, btrfs_exclusive_operation_show); 1300 BTRFS_ATTR_PTR(, exclusive_operation),
|
H A D | volumes.c | 345 * During the course of Paused state, fs_info::exclusive_operation remains set. 4474 ASSERT(fs_info->exclusive_operation == BTRFS_EXCLOP_BALANCE_PAUSED); in btrfs_resume_balance_async() 4475 fs_info->exclusive_operation = BTRFS_EXCLOP_BALANCE; in btrfs_resume_balance_async()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | sysfs.c | 827 switch (READ_ONCE(fs_info->exclusive_operation)) { in btrfs_exclusive_operation_show() 855 BTRFS_ATTR(, exclusive_operation, btrfs_exclusive_operation_show); 865 BTRFS_ATTR_PTR(, exclusive_operation),
|
H A D | ioctl.c | 384 return !cmpxchg(&fs_info->exclusive_operation, BTRFS_EXCLOP_NONE, type); in btrfs_exclop_start() 389 WRITE_ONCE(fs_info->exclusive_operation, BTRFS_EXCLOP_NONE); in btrfs_exclop_finish() 390 sysfs_notify(&fs_info->fs_devices->fsid_kobj, NULL, "exclusive_operation"); in btrfs_exclop_finish()
|
H A D | ctree.h | 958 unsigned long exclusive_operation; member
|
Completed in 30 milliseconds