Home
last modified time | relevance | path

Searched refs:CEPH_MSG_AUTH_REPLY (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ceph/
Dmon_client.c817 monc->m_auth_reply = ceph_msg_new(CEPH_MSG_AUTH_REPLY, 4096, GFP_NOFS, in ceph_monc_init()
975 case CEPH_MSG_AUTH_REPLY: in dispatch()
1031 case CEPH_MSG_AUTH_REPLY: in mon_alloc_msg()
Dceph_common.c68 case CEPH_MSG_AUTH_REPLY: return "auth_reply"; in ceph_msg_type_name()
/linux-4.1.27/include/linux/ceph/
Dceph_fs.h124 #define CEPH_MSG_AUTH_REPLY 18 macro