Home
last modified time | relevance | path

Searched refs:oc_object_id (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/nfs/objlayout/
Dpnfs_osd_xdr_cli.c110 p = _osd_xdr_decode_objid(p, &comp->oc_object_id); in _osd_xdr_decode_object_cred()
198 _DEVID_LO(&comp->oc_object_id.oid_device_id), in pnfs_osd_xdr_decode_layout_comp()
199 _DEVID_HI(&comp->oc_object_id.oid_device_id), in pnfs_osd_xdr_decode_layout_comp()
200 comp->oc_object_id.oid_partition_id, in pnfs_osd_xdr_decode_layout_comp()
201 comp->oc_object_id.oid_object_id, in pnfs_osd_xdr_decode_layout_comp()
318 p = _osd_xdr_decode_objid(p, &comp->oc_object_id); in __read_object_cred()
Dobjio_osd.c168 ocomp->obj.partition = src_comp->oc_object_id.oid_partition_id; in copy_single_comp()
169 ocomp->obj.id = src_comp->oc_object_id.oid_object_id; in copy_single_comp()
252 &src_comp.oc_object_id.oid_device_id, in objio_alloc_lseg()
/linux-4.4.14/include/linux/
Dpnfs_osd_xdr.h123 struct pnfs_osd_objid oc_object_id; member