Home
last modified time | relevance | path

Searched refs:m_auth (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/ceph/
A Dmon_client.c178 monc->m_auth->front.iov_len = len; in __send_prepared_auth_request()
180 ceph_msg_revoke(monc->m_auth); in __send_prepared_auth_request()
182 ceph_con_send(&monc->con, monc->m_auth); in __send_prepared_auth_request()
191 ceph_msg_revoke(monc->m_auth); in __close_session()
273 monc->m_auth->front.iov_base, in __open_session()
274 monc->m_auth->front_alloc_len); in __open_session()
1199 if (!monc->m_auth) in ceph_monc_init()
1254 ceph_msg_put(monc->m_auth); in ceph_monc_stop()
1313 monc->m_auth->front.iov_base, in handle_auth_reply()
1314 monc->m_auth->front_alloc_len); in handle_auth_reply()
[all …]
/linux-6.3-rc2/include/linux/ceph/
A Dmon_client.h78 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack; member

Completed in 5 milliseconds