Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmon_client.h66 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack; member
/linux-4.4.14/net/ceph/
Dmon_client.c121 ceph_msg_revoke_incoming(monc->m_auth_reply); in __close_session()
845 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, GFP_NOFS, in ceph_monc_init()
847 if (!monc->m_auth_reply) in ceph_monc_init()
874 ceph_msg_put(monc->m_auth_reply); in ceph_monc_init()
909 ceph_msg_put(monc->m_auth_reply); in ceph_monc_stop()
1060 m = ceph_msg_get(monc->m_auth_reply); in mon_alloc_msg()