Searched refs:osd_req_op_cls_init (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | osd_client.h | 447 extern int osd_req_op_cls_init(struct ceph_osd_request *osd_req,
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 769 int osd_req_op_cls_init(struct ceph_osd_request *osd_req, unsigned int which, in osd_req_op_cls_init() function 805 EXPORT_SYMBOL(osd_req_op_cls_init); 4965 ret = osd_req_op_cls_init(req, 0, CEPH_OSD_OP_CALL, class, method); in ceph_osdc_call()
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 2377 ret = osd_req_op_cls_init(obj_req->osd_req, 0, CEPH_OSD_OP_CALL, "rbd", in rbd_obj_issue_copyup()
|