Home
last modified time | relevance | path

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

/Linux-v6.6/net/ceph/
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 …]
Ddebugfs.c219 struct ceph_osd_req_op *op = &req->r_ops[i]; in dump_request()
/Linux-v6.6/fs/ceph/
Dfile.c1041 op = &req->r_ops[0]; in __ceph_sync_read()
1241 struct ceph_osd_req_op *op = &req->r_ops[0]; in ceph_aio_complete_req()
1352 req->r_ops[0] = orig_req->r_ops[0]; in ceph_aio_retry_work()
1355 req->r_data_offset = req->r_ops[0].extent.offset; in ceph_aio_retry_work()
1494 op = &req->r_ops[0]; in ceph_direct_read_write()
1727 op = &req->r_ops[0]; in ceph_sync_write()
1747 op = &req->r_ops[1]; in ceph_sync_write()
1806 op = &req->r_ops[0]; in ceph_sync_write()
1825 op = &req->r_ops[1]; in ceph_sync_write()
1930 req->r_ops[0].assert_ver.ver = assert_ver; in ceph_sync_write()
Daddr.c250 struct ceph_osd_req_op *op = &req->r_ops[0]; in finish_netfs_read()
381 err = ceph_alloc_sparse_ext_map(&req->r_ops[0]); in ceph_netfs_issue_read()
864 if (req->r_ops[i].op != CEPH_OSD_OP_WRITE) { in writepages_finish()
866 __func__, req->r_ops[i].op, req, i, req->r_tid); in writepages_finish()
/Linux-v6.6/include/linux/ceph/
Dosd_client.h281 struct ceph_osd_req_op r_ops[]; member
464 &__oreq->r_ops[__whch].typ.fld; \