Home
last modified time | relevance | path

Searched refs:ioerr (Results 1 – 2 of 2) sorted by relevance

/fs/nfs/objlayout/
Dobjlayout.c199 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()
[all …]
Dpnfs_osd_xdr_cli.c397 void pnfs_osd_xdr_encode_ioerr(__be32 *p, struct pnfs_osd_ioerr *ioerr) in pnfs_osd_xdr_encode_ioerr() argument
399 p = pnfs_osd_xdr_encode_objid(p, &ioerr->oer_component); in pnfs_osd_xdr_encode_ioerr()
400 p = xdr_encode_hyper(p, ioerr->oer_comp_offset); in pnfs_osd_xdr_encode_ioerr()
401 p = xdr_encode_hyper(p, ioerr->oer_comp_length); in pnfs_osd_xdr_encode_ioerr()
402 *p++ = cpu_to_be32(ioerr->oer_iswrite); in pnfs_osd_xdr_encode_ioerr()
403 *p = cpu_to_be32(ioerr->oer_errno); in pnfs_osd_xdr_encode_ioerr()