Lines Matching refs:r_osd
476 WARN_ON(req->r_osd); in request_release_checks()
1399 WARN_ON(!req->r_tid || req->r_osd); in link_request()
1410 req->r_osd = osd; in link_request()
1416 WARN_ON(req->r_osd != osd); in unlink_request()
1420 req->r_osd = NULL; in unlink_request()
1955 struct ceph_osd *osd = req->r_osd; in should_plug_request()
2254 struct ceph_osd *osd = req->r_osd; in send_request()
2434 if (req->r_osd) in finish_request()
2435 unlink_request(req->r_osd, req); in finish_request()
3067 if (lreq->reg_req->r_osd) in send_linger()
3161 if (lreq->ping_req->r_osd) in send_linger_ping()
3226 if (lreq->ping_req && lreq->ping_req->r_osd) in __linger_cancel()
3228 if (lreq->reg_req && lreq->reg_req->r_osd) in __linger_cancel()
4596 if (req->r_osd) in ceph_osdc_cancel_request()