Lines Matching refs:reg_req
2659 lreq->reg_req, lreq->ping_req); in linger_release()
2667 if (lreq->reg_req) in linger_release()
2668 ceph_osdc_put_request(lreq->reg_req); in linger_release()
2999 struct ceph_osd_request *req = lreq->reg_req; in send_linger()
3108 lreq->reg_req->r_ops[0].watch.cookie = lreq->linger_id; in linger_submit()
3111 lreq->reg_req->r_ops[0].notify.cookie = lreq->linger_id; in linger_submit()
3146 if (lreq->reg_req->r_osd) in __linger_cancel()
3147 cancel_linger_request(lreq->reg_req); in __linger_cancel()
4642 lreq->reg_req = alloc_watch_request(lreq, CEPH_OSD_WATCH_OP_WATCH); in ceph_osdc_watch()
4643 if (!lreq->reg_req) { in ceph_osdc_watch()
4845 lreq->reg_req = alloc_linger_request(lreq); in ceph_osdc_notify()
4846 if (!lreq->reg_req) { in ceph_osdc_notify()
4855 ret = osd_req_op_notify_init(lreq->reg_req, 0, 0, 1, timeout, in ceph_osdc_notify()
4866 ceph_osd_data_pages_init(osd_req_op_data(lreq->reg_req, 0, notify, in ceph_osdc_notify()
4870 ret = ceph_osdc_alloc_messages(lreq->reg_req, GFP_NOIO); in ceph_osdc_notify()