Lines Matching refs:r_ops
179 return &osd_req->r_ops[which].raw_data_in; in osd_req_op_raw_data_in()
285 osd_req->r_ops[which].cls.indata_len += pagelist->length; in osd_req_op_cls_request_data_pagelist()
286 osd_req->r_ops[which].indata_len += pagelist->length; in osd_req_op_cls_request_data_pagelist()
299 osd_req->r_ops[which].cls.indata_len += length; in osd_req_op_cls_request_data_pages()
300 osd_req->r_ops[which].indata_len += length; in osd_req_op_cls_request_data_pages()
317 osd_req->r_ops[which].cls.indata_len += bytes; in osd_req_op_cls_request_data_bvecs()
318 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()
555 req = kmalloc(struct_size(req, r_ops, num_ops), gfp_flags); in ceph_osdc_alloc_request()
657 for (op = req->r_ops; op != &req->r_ops[req->r_num_ops]; op++) { in get_num_data_items()
721 op = &osd_req->r_ops[which]; in osd_req_op_init()
761 op = &osd_req->r_ops[which]; in osd_req_op_extent_update()
781 prev_op = &osd_req->r_ops[which]; in osd_req_op_extent_dup_last()
1988 for (op = req->r_ops; op != &req->r_ops[req->r_num_ops]; op++) { in setup_request_data()
2123 data_len += osd_req_encode_op(p, &req->r_ops[i]); in encode_request_partial()
3000 WARN_ON(req->r_ops[0].op != CEPH_OSD_OP_NOTIFY || in linger_commit_cb()
3004 if (req->r_ops[0].outdata_len >= sizeof(u64)) { in linger_commit_cb()
3082 req->r_ops[0].watch.gen); in send_linger()
3127 if (lreq->register_gen == req->r_ops[0].watch.gen) { in linger_ping_cb()
3136 lreq->register_gen, req->r_ops[0].watch.gen); in linger_ping_cb()
3770 req->r_ops[i].rval = m.rval[i]; in handle_reply()
3771 req->r_ops[i].outdata_len = m.outdata_len[i]; in handle_reply()
5039 void *const end = p + req->r_ops[0].outdata_len; in ceph_osdc_list_watchers()
5115 ret = req->r_ops[0].rval; in ceph_osdc_call()
5117 *resp_len = req->r_ops[0].outdata_len; in ceph_osdc_call()