Home
last modified time | relevance | path

Searched refs:s_con (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ceph/
Dmds_client.c498 ceph_con_init(&s->s_con, s, &mds_con_ops, &mdsc->fsc->client->msgr); in register_session()
523 ceph_con_open(&s->s_con, CEPH_ENTITY_TYPE_MDS, mds, in register_session()
542 ceph_con_close(&s->s_con); in __unregister_session()
1031 ceph_con_send(&session->s_con, msg); in __open_session()
1423 ceph_con_send(&session->s_con, msg); in send_renew_caps()
1437 ceph_con_send(&session->s_con, msg); in send_flushmsg_ack()
1490 ceph_con_send(&session->s_con, msg); in request_close_session()
1732 ceph_con_send(&session->s_con, msg); in ceph_send_cap_releases()
1752 ceph_con_send(&session->s_con, msg); in ceph_send_cap_releases()
2349 ceph_con_send(&session->s_con, req->r_request); in __do_request()
[all …]
Dmds_client.h156 struct ceph_connection s_con; member
Dcaps.c1233 ceph_con_send(&arg->session->s_con, msg); in send_cap_msg()