Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dceph_common.c47 case CEPH_MSG_AUTH: return "auth"; in ceph_msg_type_name()
Dmon_client.c820 monc->m_auth = ceph_msg_new(CEPH_MSG_AUTH, 4096, GFP_NOFS, true); in ceph_monc_init()
/linux-3.4.99/include/linux/ceph/
Dceph_fs.h116 #define CEPH_MSG_AUTH 17 macro