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()
400 op = &osd_req->r_ops[which]; in osd_req_op_data_release()
684 for (op = req->r_ops; op != &req->r_ops[req->r_num_ops]; op++) { in get_num_data_items()
749 op = &osd_req->r_ops[which]; in osd_req_op_init()
789 op = &osd_req->r_ops[which]; in osd_req_op_extent_update()
809 prev_op = &osd_req->r_ops[which]; in osd_req_op_extent_dup_last()
2068 for (op = req->r_ops; op != &req->r_ops[req->r_num_ops]; op++) { in setup_request_data()
3169 req->r_ops[0].watch.gen); in send_linger()
3864 req->r_ops[i].rval = m.rval[i]; in handle_reply()
5215 ret = req->r_ops[0].rval; in ceph_osdc_call()
[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.c1041 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()
1497 op = &req->r_ops[0]; in ceph_direct_read_write()
1730 op = &req->r_ops[0]; in ceph_sync_write()
1750 op = &req->r_ops[1]; in ceph_sync_write()
1809 op = &req->r_ops[0]; in ceph_sync_write()
1828 op = &req->r_ops[1]; in ceph_sync_write()
1933 req->r_ops[0].assert_ver.ver = assert_ver; in ceph_sync_write()
H A 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()
866 if (req->r_ops[i].op != CEPH_OSD_OP_WRITE) { in writepages_finish()
868 __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; \