Searched refs:ceph_con_put (Results 1 – 4 of 4) sorted by relevance
238 extern void ceph_con_put(struct ceph_connection *con);
149 ceph_con_put(req->r_con_filling_msg); in ceph_osdc_release_request()1188 ceph_con_put(con); in handle_reply()1991 ceph_con_put(req->r_con_filling_msg); in get_reply()
1023 .put = ceph_con_put,
398 void ceph_con_put(struct ceph_connection *con) in ceph_con_put() function