Lines Matching refs:reg_req
2558 lreq->reg_req, lreq->ping_req); in linger_release()
2566 if (lreq->reg_req) in linger_release()
2567 ceph_osdc_put_request(lreq->reg_req); in linger_release()
2898 struct ceph_osd_request *req = lreq->reg_req; in send_linger()
3035 if (lreq->reg_req->r_osd) in __linger_cancel()
3036 cancel_linger_request(lreq->reg_req); in __linger_cancel()
4517 lreq->reg_req = alloc_linger_request(lreq); in ceph_osdc_watch()
4518 if (!lreq->reg_req) { in ceph_osdc_watch()
4531 osd_req_op_watch_init(lreq->reg_req, 0, lreq->linger_id, in ceph_osdc_watch()
4730 lreq->reg_req = alloc_linger_request(lreq); in ceph_osdc_notify()
4731 if (!lreq->reg_req) { in ceph_osdc_notify()
4745 ret = osd_req_op_notify_init(lreq->reg_req, 0, lreq->linger_id, 1, in ceph_osdc_notify()
4753 ceph_osd_data_pages_init(osd_req_op_data(lreq->reg_req, 0, notify, in ceph_osdc_notify()