Searched refs:osd_req_op_init (Results 1 – 1 of 1) sorted by relevance
/net/ceph/ |
D | osd_client.c | 713 osd_req_op_init(struct ceph_osd_request *osd_req, unsigned int which, in osd_req_op_init() function 728 EXPORT_SYMBOL(osd_req_op_init); 735 struct ceph_osd_req_op *op = osd_req_op_init(osd_req, which, in osd_req_op_extent_init() 782 op = osd_req_op_init(osd_req, which + 1, prev_op->op, prev_op->flags); in osd_req_op_extent_dup_last() 805 op = osd_req_op_init(osd_req, which, CEPH_OSD_OP_CALL, 0); in osd_req_op_cls_init() 843 struct ceph_osd_req_op *op = osd_req_op_init(osd_req, which, in osd_req_op_xattr_init() 888 op = osd_req_op_init(req, which, CEPH_OSD_OP_WATCH, 0); in osd_req_op_watch_init() 903 op = osd_req_op_init(req, which, CEPH_OSD_OP_NOTIFY, 0); in osd_req_op_notify_init() 921 op = osd_req_op_init(osd_req, which, CEPH_OSD_OP_SETALLOCHINT, 0); in osd_req_op_alloc_hint_init() 1077 osd_req_op_init(req, which, opcode, 0); in ceph_osdc_new_request() [all …]
|