Symbol: VDO_READ_ONLY
drivers/md/dm-vdo/block-map.c
1030
if (result != VDO_READ_ONLY) {
drivers/md/dm-vdo/block-map.c
1134
vdo_fail_completion(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/block-map.c
1248
vdo_fail_completion(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/block-map.c
1751
result = VDO_READ_ONLY;
drivers/md/dm-vdo/block-map.c
577
if ((result != VDO_READ_ONLY) && !vdo_is_read_only(vdo)) {
drivers/md/dm-vdo/block-map.c
647
VDO_READ_ONLY : VDO_SUCCESS));
drivers/md/dm-vdo/data-vio.c
1304
(data_vio->vio.completion.result != VDO_READ_ONLY))
drivers/md/dm-vdo/data-vio.c
1332
if (completion->result != VDO_READ_ONLY) {
drivers/md/dm-vdo/data-vio.c
1351
if ((completion->result == VDO_READ_ONLY) || (data_vio->user_bio == NULL))
drivers/md/dm-vdo/data-vio.c
1997
return ((result == VDO_SUCCESS) ? result : VDO_READ_ONLY);
drivers/md/dm-vdo/data-vio.c
264
continue_data_vio_with_error(data_vio, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
1647
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2024
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2111
if ((result == VDO_SUCCESS) || (result == VDO_READ_ONLY)) {
drivers/md/dm-vdo/dm-vdo-target.c
2208
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2312
completion->result = VDO_READ_ONLY;
drivers/md/dm-vdo/dm-vdo-target.c
2440
vdo_log_error_strerror(VDO_READ_ONLY,
drivers/md/dm-vdo/dm-vdo-target.c
2442
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2590
vdo_log_error_strerror(VDO_READ_ONLY,
drivers/md/dm-vdo/dm-vdo-target.c
2592
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2765
if ((result != VDO_SUCCESS) && (result != VDO_READ_ONLY)) {
drivers/md/dm-vdo/dm-vdo-target.c
2816
if (result == VDO_READ_ONLY) {
drivers/md/dm-vdo/packer.c
464
continue_data_vio_with_error(agent, VDO_READ_ONLY);
drivers/md/dm-vdo/recovery-journal.c
1181
int result = (is_read_only(journal) ? VDO_READ_ONLY : VDO_SUCCESS);
drivers/md/dm-vdo/recovery-journal.c
1463
continue_data_vio_with_error(data_vio, VDO_READ_ONLY);
drivers/md/dm-vdo/recovery-journal.c
1681
vdo_continue_completion(parent, VDO_READ_ONLY);
drivers/md/dm-vdo/recovery-journal.c
335
result = VDO_READ_ONLY;
drivers/md/dm-vdo/recovery-journal.c
358
VDO_ASSERT_LOG_ONLY(((result == VDO_READ_ONLY) ||
drivers/md/dm-vdo/slab-depot.c
1022
if ((result != VDO_SUCCESS) && (result != VDO_READ_ONLY)) {
drivers/md/dm-vdo/slab-depot.c
195
(read_only ? VDO_READ_ONLY : VDO_SUCCESS));
drivers/md/dm-vdo/slab-depot.c
241
VDO_READ_ONLY : VDO_SUCCESS));
drivers/md/dm-vdo/slab-depot.c
253
VDO_READ_ONLY : VDO_SUCCESS);
drivers/md/dm-vdo/slab-depot.c
3031
finish_scrubbing(scrubber, VDO_READ_ONLY);
drivers/md/dm-vdo/slab-depot.c
3157
continue_data_vio_with_error(data_vio, VDO_READ_ONLY);
drivers/md/dm-vdo/slab-depot.c
3161
vdo_continue_completion(&data_vio->decrement_completion, VDO_READ_ONLY);
drivers/md/dm-vdo/slab-depot.c
3310
return VDO_READ_ONLY;
drivers/md/dm-vdo/slab-depot.c
3336
vdo_continue_completion(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/slab-depot.c
373
result = VDO_READ_ONLY;
drivers/md/dm-vdo/slab-depot.c
5029
vdo_continue_completion(parent, VDO_READ_ONLY);
drivers/md/dm-vdo/slab-depot.c
567
if (result != VDO_READ_ONLY) {
drivers/md/dm-vdo/slab-depot.c
794
VDO_READ_ONLY : VDO_SUCCESS));
drivers/md/dm-vdo/status-codes.c
85
case VDO_READ_ONLY:
drivers/md/dm-vdo/vdo.c
1048
notifier->read_only_error = VDO_READ_ONLY;
drivers/md/dm-vdo/vdo.c
957
vdo_continue_completion(parent, VDO_READ_ONLY);
drivers/md/dm-vdo/vio.c
264
case VDO_READ_ONLY: