Home
last modified time | relevance | path

Searched refs:CEPH_MSG_MON_GET_VERSION (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/ceph/
Ddebugfs.c131 else if (op == CEPH_MSG_MON_GET_VERSION) in monc_show()
Dceph_common.c74 case CEPH_MSG_MON_GET_VERSION: return "mon_get_version"; in ceph_msg_type_name()
Dmon_client.c690 req->request = ceph_msg_new(CEPH_MSG_MON_GET_VERSION, in ceph_monc_do_get_version()
/linux-4.4.14/include/linux/ceph/
Dceph_fs.h125 #define CEPH_MSG_MON_GET_VERSION 19 macro