Lines Matching refs:r_ops

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()
688 op = &osd_req->r_ops[which]; in _osd_req_op_init()
734 op = &osd_req->r_ops[which]; in osd_req_op_extent_update()
754 prev_op = &osd_req->r_ops[which]; in osd_req_op_extent_dup_last()
1859 struct ceph_osd_req_op *op = &req->r_ops[i]; in setup_request_data()
1991 data_len += osd_req_encode_op(p, &req->r_ops[i]); in encode_request_partial()
2848 WARN_ON(req->r_ops[0].op != CEPH_OSD_OP_NOTIFY || in linger_commit_cb()
2852 if (req->r_ops[0].outdata_len >= sizeof(u64)) { in linger_commit_cb()
2899 struct ceph_osd_req_op *op = &req->r_ops[0]; in send_linger()
2946 if (lreq->register_gen == req->r_ops[0].watch.gen) { in linger_ping_cb()
2955 lreq->register_gen, req->r_ops[0].watch.gen); in linger_ping_cb()
2966 struct ceph_osd_req_op *op = &req->r_ops[0]; in send_linger_ping()
3558 req->r_ops[i].rval = m.rval[i]; in handle_reply()
3559 req->r_ops[i].outdata_len = m.outdata_len[i]; in handle_reply()
4903 void *const end = p + req->r_ops[0].outdata_len; in ceph_osdc_list_watchers()
4979 ret = req->r_ops[0].rval; in ceph_osdc_call()
4981 *resp_len = req->r_ops[0].outdata_len; in ceph_osdc_call()