Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dmon_client.c107 monc->m_auth->front.iov_len = len; in __send_prepared_auth_request()
108 monc->m_auth->hdr.front_len = cpu_to_le32(len); in __send_prepared_auth_request()
109 ceph_msg_revoke(monc->m_auth); in __send_prepared_auth_request()
110 ceph_msg_get(monc->m_auth); /* keep our ref */ in __send_prepared_auth_request()
111 ceph_con_send(&monc->con, monc->m_auth); in __send_prepared_auth_request()
120 ceph_msg_revoke(monc->m_auth); in __close_session()
154 monc->m_auth->front.iov_base, in __open_session()
155 monc->m_auth->front_max); in __open_session()
820 monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_NOFS, true); in ceph_monc_init()
822 if (!monc->m_auth) in ceph_monc_init()
[all …]
/linux-3.4.99/include/linux/ceph/
Dmon_client.h67 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack; member