Searched defs:osd_req (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/net/ceph/ |
D | osd_client.c | 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() 280 void osd_req_op_extent_osd_iter(struct ceph_osd_request *osd_req, in osd_req_op_extent_osd_iter() 291 struct ceph_osd_request *osd_req, in osd_req_op_cls_request_info_pagelist() [all …]
|
/linux-6.12.1/drivers/block/ |
D | rbd.c | 1296 static void rbd_osd_submit(struct ceph_osd_request *osd_req) in rbd_osd_submit() 1386 static void rbd_osd_req_callback(struct ceph_osd_request *osd_req) in rbd_osd_req_callback() 1407 static void rbd_osd_format_read(struct ceph_osd_request *osd_req) in rbd_osd_format_read() 1417 static void rbd_osd_format_write(struct ceph_osd_request *osd_req) in rbd_osd_format_write() 1489 struct ceph_osd_request *osd_req; in rbd_obj_request_destroy() local 1951 struct ceph_osd_request *osd_req) in rbd_object_map_update_finish() 1995 static void rbd_object_map_callback(struct ceph_osd_request *osd_req) in rbd_object_map_callback() 2158 static void rbd_osd_setup_data(struct ceph_osd_request *osd_req, int which) in rbd_osd_setup_data() 2181 static int rbd_osd_setup_stat(struct ceph_osd_request *osd_req, int which) in rbd_osd_setup_stat() 2204 static int rbd_osd_setup_copyup(struct ceph_osd_request *osd_req, int which, in rbd_osd_setup_copyup() [all …]
|