Lines Matching refs:r_osd
471 WARN_ON(req->r_osd); in request_release_checks()
1329 WARN_ON(!req->r_tid || req->r_osd); in link_request()
1340 req->r_osd = osd; in link_request()
1346 WARN_ON(req->r_osd != osd); in unlink_request()
1350 req->r_osd = NULL; in unlink_request()
1828 struct ceph_osd *osd = req->r_osd; in should_plug_request()
2122 struct ceph_osd *osd = req->r_osd; in send_request()
2299 if (req->r_osd) in finish_request()
2300 unlink_request(req->r_osd, req); in finish_request()
2904 if (req->r_osd) in send_linger()
2978 if (req->r_osd) in send_linger_ping()
3033 if (lreq->is_watch && lreq->ping_req->r_osd) in __linger_cancel()
3035 if (lreq->reg_req->r_osd) in __linger_cancel()
3692 ct_res = calc_target(osdc, &req->r_t, &req->r_osd->o_con, in scan_requests()
4389 if (req->r_osd) in ceph_osdc_cancel_request()