Searched refs:ioerr (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/fs/nfs/objlayout/ |
H A D | objlayout.c | 199 struct pnfs_osd_ioerr *ioerr = &oir->ioerrs[index]; objlayout_io_set_result() local 203 ioerr->oer_component = *pooid; objlayout_io_set_result() 204 ioerr->oer_comp_offset = offset; objlayout_io_set_result() 205 ioerr->oer_comp_length = length; objlayout_io_set_result() 206 ioerr->oer_iswrite = is_write; objlayout_io_set_result() 207 ioerr->oer_errno = osd_error; objlayout_io_set_result() 211 __func__, index, ioerr->oer_errno, objlayout_io_set_result() 212 ioerr->oer_iswrite, objlayout_io_set_result() 213 _DEVID_LO(&ioerr->oer_component.oid_device_id), objlayout_io_set_result() 214 _DEVID_HI(&ioerr->oer_component.oid_device_id), objlayout_io_set_result() 215 ioerr->oer_component.oid_partition_id, objlayout_io_set_result() 216 ioerr->oer_component.oid_object_id, objlayout_io_set_result() 217 ioerr->oer_comp_offset, objlayout_io_set_result() 218 ioerr->oer_comp_length); objlayout_io_set_result() 221 ioerr->oer_errno = 0; objlayout_io_set_result() 480 struct pnfs_osd_ioerr *ioerr = &oir->ioerrs[i]; encode_accumulated_error() local 482 if (!ioerr->oer_errno) encode_accumulated_error() 488 __func__, i, ioerr->oer_errno, encode_accumulated_error() 489 ioerr->oer_iswrite, encode_accumulated_error() 490 _DEVID_LO(&ioerr->oer_component.oid_device_id), encode_accumulated_error() 491 _DEVID_HI(&ioerr->oer_component.oid_device_id), encode_accumulated_error() 492 ioerr->oer_component.oid_partition_id, encode_accumulated_error() 493 ioerr->oer_component.oid_object_id, encode_accumulated_error() 494 ioerr->oer_comp_offset, encode_accumulated_error() 495 ioerr->oer_comp_length); encode_accumulated_error() 497 merge_ioerr(&accumulated_err, ioerr); encode_accumulated_error() 527 struct pnfs_osd_ioerr *ioerr = &oir->ioerrs[i]; objlayout_encode_layoutreturn() local 529 if (!ioerr->oer_errno) objlayout_encode_layoutreturn() 535 __func__, i, ioerr->oer_errno, objlayout_encode_layoutreturn() 536 ioerr->oer_iswrite, objlayout_encode_layoutreturn() 537 _DEVID_LO(&ioerr->oer_component.oid_device_id), objlayout_encode_layoutreturn() 538 _DEVID_HI(&ioerr->oer_component.oid_device_id), objlayout_encode_layoutreturn() 539 ioerr->oer_component.oid_partition_id, objlayout_encode_layoutreturn() 540 ioerr->oer_component.oid_object_id, objlayout_encode_layoutreturn() 541 ioerr->oer_comp_offset, objlayout_encode_layoutreturn() 542 ioerr->oer_comp_length); objlayout_encode_layoutreturn()
|
H A D | pnfs_osd_xdr_cli.c | 397 void pnfs_osd_xdr_encode_ioerr(__be32 *p, struct pnfs_osd_ioerr *ioerr) pnfs_osd_xdr_encode_ioerr() argument 399 p = pnfs_osd_xdr_encode_objid(p, &ioerr->oer_component); pnfs_osd_xdr_encode_ioerr() 400 p = xdr_encode_hyper(p, ioerr->oer_comp_offset); pnfs_osd_xdr_encode_ioerr() 401 p = xdr_encode_hyper(p, ioerr->oer_comp_length); pnfs_osd_xdr_encode_ioerr() 402 *p++ = cpu_to_be32(ioerr->oer_iswrite); pnfs_osd_xdr_encode_ioerr() 403 *p = cpu_to_be32(ioerr->oer_errno); pnfs_osd_xdr_encode_ioerr()
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | cio.h | 108 * @ioerr: i/o-error alert 121 __u32 ioerr : 1; member in struct:sublog
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | device_status.c | 153 cdev_sublog->ioerr = sublog->ioerr; ccw_device_accumulate_esw()
|
/linux-4.4.14/include/linux/ |
H A D | pnfs_osd_xdr.h | 315 extern void pnfs_osd_xdr_encode_ioerr(__be32 *p, struct pnfs_osd_ioerr *ioerr);
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
H A D | ipath_sdma.c | 703 goto ioerr; ipath_sdma_verbs_send() 812 ioerr: ipath_sdma_verbs_send()
|
/linux-4.4.14/drivers/md/ |
H A D | raid5-cache.c | 1087 goto ioerr; r5l_load_log() 1129 ioerr: r5l_load_log()
|
Completed in 222 milliseconds