Searched refs:r_ops (Results 1 – 6 of 6) sorted by relevance
173 &__oreq->r_ops[__whch].typ.fld; \181 return &osd_req->r_ops[which].raw_data_in; in osd_req_op_raw_data_in()287 osd_req->r_ops[which].cls.indata_len += pagelist->length; in osd_req_op_cls_request_data_pagelist()288 osd_req->r_ops[which].indata_len += pagelist->length; in osd_req_op_cls_request_data_pagelist()301 osd_req->r_ops[which].cls.indata_len += length; in osd_req_op_cls_request_data_pages()302 osd_req->r_ops[which].indata_len += length; in osd_req_op_cls_request_data_pages()319 osd_req->r_ops[which].cls.indata_len += bytes; in osd_req_op_cls_request_data_bvecs()320 osd_req->r_ops[which].indata_len += bytes; in osd_req_op_cls_request_data_bvecs()375 op = &osd_req->r_ops[which]; in osd_req_op_data_release()587 req = kmalloc(struct_size(req, r_ops, num_ops), gfp_flags); in ceph_osdc_alloc_request()[all …]
217 struct ceph_osd_req_op *op = &req->r_ops[i]; in dump_request()
212 struct ceph_osd_req_op r_ops[]; member
887 req->r_ops[0] = orig_req->r_ops[0]; in ceph_aio_retry_work()890 req->r_data_offset = req->r_ops[0].extent.offset; in ceph_aio_retry_work()
738 if (req->r_ops[i].op != CEPH_OSD_OP_WRITE) in writepages_finish()
2365 rbd_assert(obj_req->osd_req->r_ops[0].op == CEPH_OSD_OP_STAT); in rbd_obj_issue_copyup()