Searched refs:VDO_READ_ONLY (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | status-codes.c | 85 case VDO_READ_ONLY: in vdo_status_to_errno()
|
| H A D | status-codes.h | 52 VDO_READ_ONLY, enumerator
|
| H A D | dm-vdo-target.c | 1647 vdo_set_completion_result(completion, VDO_READ_ONLY); in check_may_grow_physical() 2024 vdo_set_completion_result(completion, VDO_READ_ONLY); in suspend_callback() 2111 if ((result == VDO_SUCCESS) || (result == VDO_READ_ONLY)) { in vdo_postsuspend() 2208 vdo_set_completion_result(completion, VDO_READ_ONLY); in load_callback() 2312 completion->result = VDO_READ_ONLY; in handle_load_error() 2440 vdo_log_error_strerror(VDO_READ_ONLY, in grow_logical_callback() 2442 vdo_set_completion_result(completion, VDO_READ_ONLY); in grow_logical_callback() 2590 vdo_log_error_strerror(VDO_READ_ONLY, in grow_physical_callback() 2592 vdo_set_completion_result(completion, VDO_READ_ONLY); in grow_physical_callback() 2765 if ((result != VDO_SUCCESS) && (result != VDO_READ_ONLY)) { in vdo_preresume_registered() [all …]
|
| H A D | recovery-journal.c | 335 result = VDO_READ_ONLY; in check_for_drain_complete() 358 VDO_ASSERT_LOG_ONLY(((result == VDO_READ_ONLY) || in check_for_drain_complete() 1181 int result = (is_read_only(journal) ? VDO_READ_ONLY : VDO_SUCCESS); in continue_committed_waiter() 1463 continue_data_vio_with_error(data_vio, VDO_READ_ONLY); in vdo_add_recovery_journal_entry() 1681 vdo_continue_completion(parent, VDO_READ_ONLY); in vdo_resume_recovery_journal()
|
| H A D | slab-depot.c | 195 (read_only ? VDO_READ_ONLY : VDO_SUCCESS)); in check_if_slab_drained() 241 VDO_READ_ONLY : VDO_SUCCESS)); in check_summary_drain_complete() 253 VDO_READ_ONLY : VDO_SUCCESS); in notify_summary_waiters() 373 result = VDO_READ_ONLY; in update_slab_summary_entry() 567 if (result != VDO_READ_ONLY) { in release_journal_locks() 794 VDO_READ_ONLY : VDO_SUCCESS)); in write_slab_journal_block() 1022 if ((result != VDO_SUCCESS) && (result != VDO_READ_ONLY)) { in finish_summary_update() 3031 finish_scrubbing(scrubber, VDO_READ_ONLY); in scrub_next_slab() 3157 continue_data_vio_with_error(data_vio, VDO_READ_ONLY); in abort_waiter() 3161 vdo_continue_completion(&data_vio->decrement_completion, VDO_READ_ONLY); in abort_waiter() [all …]
|
| H A D | data-vio.c | 264 continue_data_vio_with_error(data_vio, VDO_READ_ONLY); in launch_locked_request() 1304 (data_vio->vio.completion.result != VDO_READ_ONLY)) in perform_cleanup_stage() 1332 if (completion->result != VDO_READ_ONLY) { in enter_read_only_mode() 1351 if ((completion->result == VDO_READ_ONLY) || (data_vio->user_bio == NULL)) in handle_data_vio_error() 1997 return ((result == VDO_SUCCESS) ? result : VDO_READ_ONLY); in assert_is_discard()
|
| H A D | block-map.c | 577 if ((result != VDO_READ_ONLY) && !vdo_is_read_only(vdo)) { in set_persistent_error() 647 VDO_READ_ONLY : VDO_SUCCESS)); in check_for_drain_complete() 1030 if (result != VDO_READ_ONLY) { in handle_page_write_error() 1134 vdo_fail_completion(completion, VDO_READ_ONLY); in write_pages() 1248 vdo_fail_completion(completion, VDO_READ_ONLY); in vdo_get_page() 1751 result = VDO_READ_ONLY; in abort_lookup_for_waiter()
|
| H A D | vio.c | 264 case VDO_READ_ONLY: in update_vio_error_stats()
|
| H A D | packer.c | 464 continue_data_vio_with_error(agent, VDO_READ_ONLY); in write_bin()
|
| H A D | vdo.c | 957 vdo_continue_completion(parent, VDO_READ_ONLY); in vdo_save_components() 1048 notifier->read_only_error = VDO_READ_ONLY; in vdo_enable_read_only_entry()
|