Searched refs:r_con_filling_msg (Results 1 – 2 of 2) sorted by relevance
144 if (req->r_con_filling_msg) { in ceph_osdc_release_request()146 req->r_pages, req->r_con_filling_msg); in ceph_osdc_release_request()147 ceph_con_revoke_message(req->r_con_filling_msg, in ceph_osdc_release_request()149 ceph_con_put(req->r_con_filling_msg); in ceph_osdc_release_request()1185 if (req->r_con_filling_msg == con && req->r_reply == msg) { in handle_reply()1187 req->r_con_filling_msg = NULL; in handle_reply()1987 if (req->r_con_filling_msg) { in get_reply()1989 req->r_reply, req->r_con_filling_msg); in get_reply()1990 ceph_con_revoke_message(req->r_con_filling_msg, req->r_reply); in get_reply()1991 ceph_con_put(req->r_con_filling_msg); in get_reply()[all …]
58 struct ceph_connection *r_con_filling_msg; member