Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dmon_client.h78 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack; member
/linux-6.1.9/net/ceph/
Dmon_client.c192 ceph_msg_revoke_incoming(monc->m_auth_reply); in __close_session()
1192 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, in ceph_monc_init()
1194 if (!monc->m_auth_reply) in ceph_monc_init()
1218 ceph_msg_put(monc->m_auth_reply); in ceph_monc_init()
1255 ceph_msg_put(monc->m_auth_reply); in ceph_monc_stop()
1503 m = ceph_msg_get(monc->m_auth_reply); in mon_alloc_msg()