Symbol: VDO_READ_ONLY
drivers/md/dm-vdo/block-map.c
1029
if (result != VDO_READ_ONLY) {
drivers/md/dm-vdo/block-map.c
1133
vdo_fail_completion(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/block-map.c
1247
vdo_fail_completion(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/block-map.c
1750
result = VDO_READ_ONLY;
drivers/md/dm-vdo/block-map.c
576
if ((result != VDO_READ_ONLY) && !vdo_is_read_only(vdo)) {
drivers/md/dm-vdo/block-map.c
646
VDO_READ_ONLY : VDO_SUCCESS));
drivers/md/dm-vdo/data-vio.c
1303
(data_vio->vio.completion.result != VDO_READ_ONLY))
drivers/md/dm-vdo/data-vio.c
1331
if (completion->result != VDO_READ_ONLY) {
drivers/md/dm-vdo/data-vio.c
1350
if ((completion->result == VDO_READ_ONLY) || (data_vio->user_bio == NULL))
drivers/md/dm-vdo/data-vio.c
1996
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
1772
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2149
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2236
if ((result == VDO_SUCCESS) || (result == VDO_READ_ONLY)) {
drivers/md/dm-vdo/dm-vdo-target.c
2333
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2437
completion->result = VDO_READ_ONLY;
drivers/md/dm-vdo/dm-vdo-target.c
2565
vdo_log_error_strerror(VDO_READ_ONLY,
drivers/md/dm-vdo/dm-vdo-target.c
2567
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2715
vdo_log_error_strerror(VDO_READ_ONLY,
drivers/md/dm-vdo/dm-vdo-target.c
2717
vdo_set_completion_result(completion, VDO_READ_ONLY);
drivers/md/dm-vdo/dm-vdo-target.c
2890
if ((result != VDO_SUCCESS) && (result != VDO_READ_ONLY)) {
drivers/md/dm-vdo/dm-vdo-target.c
2941
if (result == VDO_READ_ONLY) {
drivers/md/dm-vdo/packer.c
463
continue_data_vio_with_error(agent, VDO_READ_ONLY);
drivers/md/dm-vdo/recovery-journal.c
1176
int result = (is_read_only(journal) ? VDO_READ_ONLY : VDO_SUCCESS);
drivers/md/dm-vdo/recovery-journal.c
1458
continue_data_vio_with_error(data_vio, VDO_READ_ONLY);
drivers/md/dm-vdo/recovery-journal.c
1676
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
3029
finish_scrubbing(scrubber, VDO_READ_ONLY);
drivers/md/dm-vdo/slab-depot.c
3155
continue_data_vio_with_error(data_vio, VDO_READ_ONLY);
drivers/md/dm-vdo/slab-depot.c
3159
vdo_continue_completion(&data_vio->decrement_completion, VDO_READ_ONLY);
drivers/md/dm-vdo/slab-depot.c
3308
return VDO_READ_ONLY;
drivers/md/dm-vdo/slab-depot.c
3334
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
5024
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
87
case VDO_READ_ONLY:
drivers/md/dm-vdo/vdo.c
1098
vdo_continue_completion(parent, VDO_READ_ONLY);
drivers/md/dm-vdo/vdo.c
1181
notifier->read_only_error = VDO_READ_ONLY;
drivers/md/dm-vdo/vio.c
264
case VDO_READ_ONLY: