Home
last modified time | relevance | path

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

/linux-5.19.10/net/ceph/
Dosd_client.c179 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()
[all …]
Ddebugfs.c219 struct ceph_osd_req_op *op = &req->r_ops[i]; in dump_request()
/linux-5.19.10/include/linux/ceph/
Dosd_client.h224 struct ceph_osd_req_op r_ops[]; member
407 &__oreq->r_ops[__whch].typ.fld; \
/linux-5.19.10/fs/ceph/
Dfile.c1215 req->r_ops[0] = orig_req->r_ops[0]; in ceph_aio_retry_work()
1218 req->r_data_offset = req->r_ops[0].extent.offset; in ceph_aio_retry_work()
Daddr.c735 if (req->r_ops[i].op != CEPH_OSD_OP_WRITE) { in writepages_finish()
737 __func__, req->r_ops[i].op, req, i, req->r_tid); in writepages_finish()