Home
last modified time | relevance | path

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

/linux-6.6.21/net/ceph/
Ddebugfs.c166 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.c862 req->request = ceph_msg_new(CEPH_MSG_MON_GET_VERSION, in __ceph_monc_get_version()
/linux-6.6.21/include/linux/ceph/
Dceph_fs.h131 #define CEPH_MSG_MON_GET_VERSION 19 macro