Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dmon_client.c698 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 1024, in ceph_monc_do_get_version()
1015 case CEPH_MSG_MON_GET_VERSION_REPLY: in dispatch()
1062 case CEPH_MSG_MON_GET_VERSION_REPLY: in mon_alloc_msg()
Dceph_common.c75 case CEPH_MSG_MON_GET_VERSION_REPLY: return "mon_get_version_reply"; in ceph_msg_type_name()
/linux-4.4.14/include/linux/ceph/
Dceph_fs.h126 #define CEPH_MSG_MON_GET_VERSION_REPLY 20 macro