Searched refs:VDO_READ_ONLY (Results 1 – 10 of 10) sorted by relevance
| /drivers/md/dm-vdo/ |
| A D | dm-vdo-target.c | 1646 vdo_set_completion_result(completion, VDO_READ_ONLY); in check_may_grow_physical() 2023 vdo_set_completion_result(completion, VDO_READ_ONLY); in suspend_callback() 2110 if ((result == VDO_SUCCESS) || (result == VDO_READ_ONLY)) { in vdo_postsuspend() 2207 vdo_set_completion_result(completion, VDO_READ_ONLY); in load_callback() 2311 completion->result = VDO_READ_ONLY; in handle_load_error() 2439 vdo_log_error_strerror(VDO_READ_ONLY, in grow_logical_callback() 2441 vdo_set_completion_result(completion, VDO_READ_ONLY); in grow_logical_callback() 2589 vdo_log_error_strerror(VDO_READ_ONLY, in grow_physical_callback() 2591 vdo_set_completion_result(completion, VDO_READ_ONLY); in grow_physical_callback() 2764 if ((result != VDO_SUCCESS) && (result != VDO_READ_ONLY)) { in vdo_preresume_registered() [all …]
|
| A D | status-codes.c | 85 case VDO_READ_ONLY: in vdo_status_to_errno()
|
| A D | status-codes.h | 52 VDO_READ_ONLY, enumerator
|
| A D | recovery-journal.c | 333 result = VDO_READ_ONLY; in check_for_drain_complete() 356 VDO_ASSERT_LOG_ONLY(((result == VDO_READ_ONLY) || in check_for_drain_complete() 1175 int result = (is_read_only(journal) ? VDO_READ_ONLY : VDO_SUCCESS); in continue_committed_waiter() 1455 continue_data_vio_with_error(data_vio, VDO_READ_ONLY); in vdo_add_recovery_journal_entry() 1677 vdo_continue_completion(parent, VDO_READ_ONLY); in vdo_resume_recovery_journal()
|
| A D | slab-depot.c | 194 (read_only ? VDO_READ_ONLY : VDO_SUCCESS)); in check_if_slab_drained() 239 VDO_READ_ONLY : VDO_SUCCESS)); in check_summary_drain_complete() 251 VDO_READ_ONLY : VDO_SUCCESS); in notify_summary_waiters() 371 result = VDO_READ_ONLY; in update_slab_summary_entry() 565 if (result != VDO_READ_ONLY) { in release_journal_locks() 791 VDO_READ_ONLY : VDO_SUCCESS)); in write_slab_journal_block() 3022 finish_scrubbing(scrubber, VDO_READ_ONLY); in scrub_next_slab() 3146 continue_data_vio_with_error(data_vio, VDO_READ_ONLY); in abort_waiter() 3299 return VDO_READ_ONLY; in vdo_enqueue_clean_slab_waiter() 3325 vdo_continue_completion(completion, VDO_READ_ONLY); in vdo_modify_reference_count() [all …]
|
| A D | data-vio.c | 262 continue_data_vio_with_error(data_vio, VDO_READ_ONLY); in launch_locked_request() 1299 (data_vio->vio.completion.result != VDO_READ_ONLY)) in perform_cleanup_stage() 1327 if (completion->result != VDO_READ_ONLY) { in enter_read_only_mode() 1346 if ((completion->result == VDO_READ_ONLY) || (data_vio->user_bio == NULL)) in handle_data_vio_error() 1979 return ((result == VDO_SUCCESS) ? result : VDO_READ_ONLY); in assert_is_discard()
|
| A D | block-map.c | 563 if ((result != VDO_READ_ONLY) && !vdo_is_read_only(vdo)) { in set_persistent_error() 632 VDO_READ_ONLY : VDO_SUCCESS)); in check_for_drain_complete() 1012 if (result != VDO_READ_ONLY) { in handle_page_write_error() 1116 vdo_fail_completion(completion, VDO_READ_ONLY); in write_pages() 1233 vdo_fail_completion(completion, VDO_READ_ONLY); in vdo_get_page() 1731 result = VDO_READ_ONLY; in abort_lookup_for_waiter()
|
| A D | vio.c | 264 case VDO_READ_ONLY: in update_vio_error_stats()
|
| A D | packer.c | 463 continue_data_vio_with_error(agent, VDO_READ_ONLY); in write_bin()
|
| A D | vdo.c | 954 vdo_continue_completion(parent, VDO_READ_ONLY); in vdo_save_components() 1045 notifier->read_only_error = VDO_READ_ONLY; in vdo_enable_read_only_entry()
|
Completed in 48 milliseconds