Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dceph_common.c51 case CEPH_MSG_MON_SUBSCRIBE: return "mon_subscribe"; in ceph_msg_type_name()
Dmon_client.c810 monc->m_subscribe = ceph_msg_new(CEPH_MSG_MON_SUBSCRIBE, 96, GFP_NOFS, in ceph_monc_init()
/linux-3.4.99/include/linux/ceph/
Dceph_fs.h114 #define CEPH_MSG_MON_SUBSCRIBE 15 macro