Lines Matching refs:reg_req
2722 lreq->reg_req, lreq->ping_req); in linger_release()
2730 if (lreq->reg_req) in linger_release()
2731 ceph_osdc_put_request(lreq->reg_req); in linger_release()
3062 struct ceph_osd_request *req = lreq->reg_req; in send_linger()
3169 lreq->reg_req->r_ops[0].watch.cookie = lreq->linger_id; in linger_submit()
3172 lreq->reg_req->r_ops[0].notify.cookie = lreq->linger_id; in linger_submit()
3207 if (lreq->reg_req->r_osd) in __linger_cancel()
3208 cancel_linger_request(lreq->reg_req); in __linger_cancel()
4720 lreq->reg_req = alloc_watch_request(lreq, CEPH_OSD_WATCH_OP_WATCH); in ceph_osdc_watch()
4721 if (!lreq->reg_req) { in ceph_osdc_watch()
4923 lreq->reg_req = alloc_linger_request(lreq); in ceph_osdc_notify()
4924 if (!lreq->reg_req) { in ceph_osdc_notify()
4933 ret = osd_req_op_notify_init(lreq->reg_req, 0, 0, 1, timeout, in ceph_osdc_notify()
4944 ceph_osd_data_pages_init(osd_req_op_data(lreq->reg_req, 0, notify, in ceph_osdc_notify()
4948 ret = ceph_osdc_alloc_messages(lreq->reg_req, GFP_NOIO); in ceph_osdc_notify()