Lines Matching refs:r_osd
503 WARN_ON(req->r_osd); in request_release_checks()
1475 WARN_ON(!req->r_tid || req->r_osd); in link_request()
1488 req->r_osd = osd; in link_request()
1494 WARN_ON(req->r_osd != osd); in unlink_request()
1498 req->r_osd = NULL; in unlink_request()
2035 struct ceph_osd *osd = req->r_osd; in should_plug_request()
2335 struct ceph_osd *osd = req->r_osd; in send_request()
2519 if (req->r_osd) { in finish_request()
2520 ceph_init_sparse_read(&req->r_osd->o_sparse_read); in finish_request()
2521 unlink_request(req->r_osd, req); in finish_request()
3154 if (lreq->reg_req->r_osd) in send_linger()
3248 if (lreq->ping_req->r_osd) in send_linger_ping()
3313 if (lreq->ping_req && lreq->ping_req->r_osd) in __linger_cancel()
3315 if (lreq->reg_req && lreq->reg_req->r_osd) in __linger_cancel()
4695 if (req->r_osd) in ceph_osdc_cancel_request()