Lines Matching refs:ioerr

199 	struct pnfs_osd_ioerr *ioerr = &oir->ioerrs[index];  in objlayout_io_set_result()  local
203 ioerr->oer_component = *pooid; in objlayout_io_set_result()
204 ioerr->oer_comp_offset = offset; in objlayout_io_set_result()
205 ioerr->oer_comp_length = length; in objlayout_io_set_result()
206 ioerr->oer_iswrite = is_write; in objlayout_io_set_result()
207 ioerr->oer_errno = osd_error; in objlayout_io_set_result()
211 __func__, index, ioerr->oer_errno, in objlayout_io_set_result()
212 ioerr->oer_iswrite, in objlayout_io_set_result()
213 _DEVID_LO(&ioerr->oer_component.oid_device_id), in objlayout_io_set_result()
214 _DEVID_HI(&ioerr->oer_component.oid_device_id), in objlayout_io_set_result()
215 ioerr->oer_component.oid_partition_id, in objlayout_io_set_result()
216 ioerr->oer_component.oid_object_id, in objlayout_io_set_result()
217 ioerr->oer_comp_offset, in objlayout_io_set_result()
218 ioerr->oer_comp_length); in objlayout_io_set_result()
221 ioerr->oer_errno = 0; in objlayout_io_set_result()
480 struct pnfs_osd_ioerr *ioerr = &oir->ioerrs[i]; in encode_accumulated_error() local
482 if (!ioerr->oer_errno) in encode_accumulated_error()
488 __func__, i, ioerr->oer_errno, in encode_accumulated_error()
489 ioerr->oer_iswrite, in encode_accumulated_error()
490 _DEVID_LO(&ioerr->oer_component.oid_device_id), in encode_accumulated_error()
491 _DEVID_HI(&ioerr->oer_component.oid_device_id), in encode_accumulated_error()
492 ioerr->oer_component.oid_partition_id, in encode_accumulated_error()
493 ioerr->oer_component.oid_object_id, in encode_accumulated_error()
494 ioerr->oer_comp_offset, in encode_accumulated_error()
495 ioerr->oer_comp_length); in encode_accumulated_error()
497 merge_ioerr(&accumulated_err, ioerr); in encode_accumulated_error()
527 struct pnfs_osd_ioerr *ioerr = &oir->ioerrs[i]; in objlayout_encode_layoutreturn() local
529 if (!ioerr->oer_errno) in objlayout_encode_layoutreturn()
535 __func__, i, ioerr->oer_errno, in objlayout_encode_layoutreturn()
536 ioerr->oer_iswrite, in objlayout_encode_layoutreturn()
537 _DEVID_LO(&ioerr->oer_component.oid_device_id), in objlayout_encode_layoutreturn()
538 _DEVID_HI(&ioerr->oer_component.oid_device_id), in objlayout_encode_layoutreturn()
539 ioerr->oer_component.oid_partition_id, in objlayout_encode_layoutreturn()
540 ioerr->oer_component.oid_object_id, in objlayout_encode_layoutreturn()
541 ioerr->oer_comp_offset, in objlayout_encode_layoutreturn()
542 ioerr->oer_comp_length); in objlayout_encode_layoutreturn()