Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dmon_client.c177 BUG_ON(len > monc->m_auth->front_alloc_len); in __send_prepared_auth_request()
180 monc->m_auth->front.iov_len = len; in __send_prepared_auth_request()
181 monc->m_auth->hdr.front_len = cpu_to_le32(len); in __send_prepared_auth_request()
182 ceph_msg_revoke(monc->m_auth); in __send_prepared_auth_request()
183 ceph_msg_get(monc->m_auth); /* keep our ref */ in __send_prepared_auth_request()
184 ceph_con_send(&monc->con, monc->m_auth); in __send_prepared_auth_request()
193 ceph_msg_revoke(monc->m_auth); in __close_session()
275 monc->m_auth->front.iov_base, in __open_session()
276 monc->m_auth->front_alloc_len); in __open_session()
1206 monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_KERNEL, true); in ceph_monc_init()
[all …]
/linux/include/linux/ceph/
H A Dmon_client.h78 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack; member