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()
2438 if (req->r_osd) in finish_request()
2439 unlink_request(req->r_osd, req); in finish_request()
3071 if (lreq->reg_req->r_osd) in send_linger()
3165 if (lreq->ping_req->r_osd) in send_linger_ping()
3230 if (lreq->ping_req && lreq->ping_req->r_osd) in __linger_cancel()
3232 if (lreq->reg_req && lreq->reg_req->r_osd) in __linger_cancel()
4604 if (req->r_osd) in ceph_osdc_cancel_request()