Searched refs:ceph_osd_request (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ceph/ |
H A D | osd_client.h | 22 struct ceph_osd_request; 28 typedef void (*ceph_osdc_callback_t)(struct ceph_osd_request *); 236 struct ceph_osd_request { struct 317 struct ceph_osd_request *reg_req; 318 struct ceph_osd_request *ping_req; 460 struct ceph_osd_request *__oreq = (oreq); \ 466 struct ceph_osd_req_op *osd_req_op_init(struct ceph_osd_request *osd_req, 469 extern void osd_req_op_raw_data_in_pages(struct ceph_osd_request *, 475 extern void osd_req_op_extent_init(struct ceph_osd_request *osd_req, 479 extern void osd_req_op_extent_update(struct ceph_osd_request *osd_req, [all …]
|
H A D | cls_lock_client.h | 55 int ceph_cls_assert_locked(struct ceph_osd_request *req, int which,
|
/linux/net/ceph/ |
H A D | osd_client.c | 49 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req); 50 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req); 182 osd_req_op_raw_data_in(struct ceph_osd_request *osd_req, unsigned int which) in osd_req_op_raw_data_in() 190 osd_req_op_extent_osd_data(struct ceph_osd_request *osd_req, in osd_req_op_extent_osd_data() 197 void osd_req_op_raw_data_in_pages(struct ceph_osd_request *osd_req, in osd_req_op_raw_data_in_pages() 210 void osd_req_op_extent_osd_data_pages(struct ceph_osd_request *osd_req, in osd_req_op_extent_osd_data_pages() 223 void osd_req_op_extent_osd_data_pagelist(struct ceph_osd_request *osd_req, in osd_req_op_extent_osd_data_pagelist() 234 void osd_req_op_extent_osd_data_bio(struct ceph_osd_request *osd_req, in osd_req_op_extent_osd_data_bio() 247 void osd_req_op_extent_osd_data_bvecs(struct ceph_osd_request *osd_req, in osd_req_op_extent_osd_data_bvecs() 263 void osd_req_op_extent_osd_data_bvec_pos(struct ceph_osd_request *osd_req, in osd_req_op_extent_osd_data_bvec_pos() [all …]
|
H A D | debugfs.c | 209 static void dump_request(struct seq_file *s, struct ceph_osd_request *req) in dump_request() 240 struct ceph_osd_request *req = in dump_requests() 241 rb_entry(n, struct ceph_osd_request, r_node); in dump_requests()
|
H A D | cls_lock_client.c | 389 int ceph_cls_assert_locked(struct ceph_osd_request *req, int which, in ceph_cls_assert_locked()
|
/linux/fs/ceph/ |
H A D | file.c | 1084 struct ceph_osd_request *req; in __ceph_sync_read() 1280 struct ceph_osd_request *req; 1331 static void ceph_aio_complete_req(struct ceph_osd_request *req) in ceph_aio_complete_req() 1417 struct ceph_osd_request *orig_req = aio_work->req; in ceph_aio_retry_work() 1422 struct ceph_osd_request *req; in ceph_aio_retry_work() 1491 struct ceph_osd_request *req; in ceph_direct_read_write() 1682 struct ceph_osd_request, in ceph_direct_read_write() 1719 struct ceph_osd_request *req; in ceph_sync_write() 2575 struct ceph_osd_request *req; in ceph_zero_partial_object() 2829 static struct ceph_osd_request * [all …]
|
H A D | addr.c | 208 static void finish_netfs_read(struct ceph_osd_request *req) in finish_netfs_read() 352 struct ceph_osd_request *req = NULL; in ceph_netfs_issue_read() 688 struct ceph_osd_request *req; in writepage_nounlock() 855 static void writepages_finish(struct ceph_osd_request *req) in writepages_finish() 968 struct ceph_osd_request *req = NULL; in ceph_writepages_start() 1868 struct ceph_osd_request *req = NULL; in ceph_uninline_data() 2024 struct ceph_osd_request *rd_req = NULL, *wr_req = NULL; in __ceph_pool_perm_get()
|