Searched refs:s_con (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 995 ceph_con_init(&s->s_con, s, &mds_con_ops, &mdsc->fsc->client->msgr); in register_session() 1016 ceph_con_open(&s->s_con, CEPH_ENTITY_TYPE_MDS, mds, in register_session() 1035 ceph_con_close(&s->s_con); in __unregister_session() 1654 ceph_con_send(&session->s_con, msg); in __open_session() 2011 ceph_con_send(&session->s_con, msg); in send_renew_caps() 2025 ceph_con_send(&session->s_con, msg); in send_flushmsg_ack() 2078 ceph_con_send(&session->s_con, msg); in request_close_session() 2328 ceph_con_send(&session->s_con, msg); in ceph_send_cap_releases() 2348 ceph_con_send(&session->s_con, msg); in ceph_send_cap_releases() 2876 bool legacy = !(session->s_con in create_request_message() [all...] |
H A D | metric.c | 179 ceph_con_send(&s->s_con, msg); in ceph_mdsc_send_metrics()
|
H A D | mds_client.h | 200 struct ceph_connection s_con; member
|
H A D | caps.c | 1514 ceph_con_send(&arg->session->s_con, msg); in __send_cap() 1576 ceph_con_send(&arg.session->s_con, msg); in __send_flush_snap()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 747 ceph_con_init(&s->s_con, s, &mds_con_ops, &mdsc->fsc->client->msgr); in register_session() 775 ceph_con_open(&s->s_con, CEPH_ENTITY_TYPE_MDS, mds, in register_session() 794 ceph_con_close(&s->s_con); in __unregister_session() 1411 ceph_con_send(&session->s_con, msg); in __open_session() 1868 ceph_con_send(&session->s_con, msg); in send_renew_caps() 1882 ceph_con_send(&session->s_con, msg); in send_flushmsg_ack() 1935 ceph_con_send(&session->s_con, msg); in request_close_session() 2179 ceph_con_send(&session->s_con, msg); in ceph_send_cap_releases() 2199 ceph_con_send(&session->s_con, msg); in ceph_send_cap_releases() 2803 ceph_con_send(&session->s_con, re in __send_request() [all...] |
H A D | metric.c | 93 ceph_con_send(&s->s_con, msg); in ceph_mdsc_send_metrics()
|
H A D | mds_client.h | 178 struct ceph_connection s_con; member
|
H A D | caps.c | 1469 ceph_con_send(&arg->session->s_con, msg); in __send_cap() 1526 ceph_con_send(&arg.session->s_con, msg); in __send_flush_snap()
|
Completed in 27 milliseconds