Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/ceph/
Dmon_client.h78 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack; member
/Linux-v5.10/net/ceph/
Dmon_client.c125 ceph_msg_revoke_incoming(monc->m_auth_reply); in __close_session()
1115 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, in ceph_monc_init()
1117 if (!monc->m_auth_reply) in ceph_monc_init()
1141 ceph_msg_put(monc->m_auth_reply); in ceph_monc_init()
1178 ceph_msg_put(monc->m_auth_reply); in ceph_monc_stop()
1336 m = ceph_msg_get(monc->m_auth_reply); in mon_alloc_msg()