Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dmon_client.h78 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack; member
/linux/net/ceph/
H A Dmon_client.c193 ceph_msg_revoke(monc->m_subscribe); in __close_session()
334 struct ceph_msg *msg = monc->m_subscribe; in __send_subscribe()
1195 monc->m_subscribe = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE, 128, in ceph_monc_init()
1197 if (!monc->m_subscribe) in ceph_monc_init()
1228 ceph_msg_put(monc->m_subscribe); in ceph_monc_init()
1266 ceph_msg_put(monc->m_subscribe); in ceph_monc_stop()