Home
last modified time | relevance | path

Searched refs:r_ops (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/ceph/
Dosd_client.c173 &__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 …]
Ddebugfs.c217 struct ceph_osd_req_op *op = &req->r_ops[i]; in dump_request()
/Linux-v4.19/include/linux/ceph/
Dosd_client.h212 struct ceph_osd_req_op r_ops[]; member
/Linux-v4.19/fs/ceph/
Dfile.c887 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()
Daddr.c738 if (req->r_ops[i].op != CEPH_OSD_OP_WRITE) in writepages_finish()
/Linux-v4.19/drivers/block/
Drbd.c2365 rbd_assert(obj_req->osd_req->r_ops[0].op == CEPH_OSD_OP_STAT); in rbd_obj_issue_copyup()