Lines Matching refs:r_osd
474 WARN_ON(req->r_osd); in request_release_checks()
1419 WARN_ON(!req->r_tid || req->r_osd); in link_request()
1430 req->r_osd = osd; in link_request()
1436 WARN_ON(req->r_osd != osd); in unlink_request()
1440 req->r_osd = NULL; in unlink_request()
1916 struct ceph_osd *osd = req->r_osd; in should_plug_request()
2215 struct ceph_osd *osd = req->r_osd; in send_request()
2392 if (req->r_osd) in finish_request()
2393 unlink_request(req->r_osd, req); in finish_request()
3005 if (req->r_osd) in send_linger()
3079 if (req->r_osd) in send_linger_ping()
3144 if (lreq->is_watch && lreq->ping_req->r_osd) in __linger_cancel()
3146 if (lreq->reg_req->r_osd) in __linger_cancel()
4497 if (req->r_osd) in ceph_osdc_cancel_request()