Lines Matching refs:con
3790 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() argument
3792 struct ceph_mds_session *s = con->private; in con_get()
3796 return con; in con_get()
3802 static void con_put(struct ceph_connection *con) in con_put() argument
3804 struct ceph_mds_session *s = con->private; in con_put()
3814 static void peer_reset(struct ceph_connection *con) in peer_reset() argument
3816 struct ceph_mds_session *s = con->private; in peer_reset()
3823 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() argument
3825 struct ceph_mds_session *s = con->private; in dispatch()
3875 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() argument
3878 struct ceph_mds_session *s = con->private; in get_authorizer()
3904 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() argument
3906 struct ceph_mds_session *s = con->private; in verify_authorizer_reply()
3913 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer() argument
3915 struct ceph_mds_session *s = con->private; in invalidate_authorizer()
3924 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg() argument
3931 if (con->in_msg) in mds_alloc_msg()
3932 return con->in_msg; in mds_alloc_msg()
3947 struct ceph_mds_session *s = msg->con->private; in mds_sign_message()
3955 struct ceph_mds_session *s = msg->con->private; in mds_check_message_signature()