Searched refs:_osd_req_op_init (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/ceph/ |
D | osd_client.c | 452 _osd_req_op_init(struct ceph_osd_request *osd_req, unsigned int which, in _osd_req_op_init() function 470 (void)_osd_req_op_init(osd_req, which, opcode); in osd_req_op_init() 479 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, opcode); in osd_req_op_extent_init() 518 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, opcode); in osd_req_op_cls_init() 555 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, opcode); in osd_req_op_xattr_init() 588 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, opcode); in osd_req_op_watch_init() 604 struct ceph_osd_req_op *op = _osd_req_op_init(osd_req, which, in osd_req_op_alloc_hint_init()
|