Searched refs:CEPH_MSG_AUTH_REPLY (Results 1 – 3 of 3) sorted by relevance
1192 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, in ceph_monc_init()1441 case CEPH_MSG_AUTH_REPLY: in mon_dispatch()1502 case CEPH_MSG_AUTH_REPLY: in mon_alloc_msg()
67 case CEPH_MSG_AUTH_REPLY: return "auth_reply"; in ceph_msg_type_name()
130 #define CEPH_MSG_AUTH_REPLY 18 macro