Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dmon_client.c868 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 32, GFP_NOIO, in __ceph_monc_get_version()
1463 case CEPH_MSG_MON_GET_VERSION_REPLY: in mon_dispatch()
1515 case CEPH_MSG_MON_GET_VERSION_REPLY: in mon_alloc_msg()
H A Dceph_common.c75 case CEPH_MSG_MON_GET_VERSION_REPLY: return "mon_get_version_reply"; in ceph_msg_type_name()
/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h132 #define CEPH_MSG_MON_GET_VERSION_REPLY 20 macro