Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dosd_client.c186 return &osd_req->r_ops[which].raw_data_in; in osd_req_op_raw_data_in()
308 osd_req->r_ops[which].cls.indata_len += pagelist->length; in osd_req_op_cls_request_data_pagelist()
309 osd_req->r_ops[which].indata_len += pagelist->length; in osd_req_op_cls_request_data_pagelist()
322 osd_req->r_ops[which].cls.indata_len += length; in osd_req_op_cls_request_data_pages()
323 osd_req->r_ops[which].indata_len += length; in osd_req_op_cls_request_data_pages()
340 osd_req->r_ops[which].cls.indata_len += bytes; in osd_req_op_cls_request_data_bvecs()
341 osd_req->r_ops[which].indata_len += bytes; in osd_req_op_cls_request_data_bvecs()
400 op = &osd_req->r_ops[which]; in osd_req_op_data_release()
582 req = kmalloc(struct_size(req, r_ops, num_ops), gfp_flags); in ceph_osdc_alloc_request()
684 for (op = req->r_ops; op != &req->r_ops[req->r_num_ops]; op++) { in get_num_data_items()
[all …]
H A Ddebugfs.c219 struct ceph_osd_req_op *op = &req->r_ops[i]; in dump_request()
/openbmc/linux/fs/ceph/
H A Dfile.c1029 op = &req->r_ops[0]; in __ceph_sync_read()
1244 struct ceph_osd_req_op *op = &req->r_ops[0]; in ceph_aio_complete_req()
1355 req->r_ops[0] = orig_req->r_ops[0]; in ceph_aio_retry_work()
1358 req->r_data_offset = req->r_ops[0].extent.offset; in ceph_aio_retry_work()
1457 op = &req->r_ops[0]; in ceph_direct_read_write()
1733 op = &req->r_ops[0]; in ceph_sync_write()
1753 op = &req->r_ops[1]; in ceph_sync_write()
1812 op = &req->r_ops[0]; in ceph_sync_write()
1831 op = &req->r_ops[1]; in ceph_sync_write()
1936 req->r_ops[0].assert_ver.ver = assert_ver; in ceph_sync_write()
H A Daddr.c249 struct ceph_osd_req_op *op = &req->r_ops[0]; in finish_netfs_read()
382 err = ceph_alloc_sparse_ext_map(&req->r_ops[0], extent_cnt); in ceph_netfs_issue_read()
870 if (req->r_ops[i].op != CEPH_OSD_OP_WRITE) { in writepages_finish()
872 __func__, req->r_ops[i].op, req, i, req->r_tid); in writepages_finish()
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h282 struct ceph_osd_req_op r_ops[]; member
465 &__oreq->r_ops[__whch].typ.fld; \