Home
last modified time | relevance | path

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

/linux-2.6.39/net/ceph/
Dceph_common.c57 case CEPH_MSG_CLIENT_RECONNECT: return "client_reconnect"; in ceph_msg_type_name()
/linux-2.6.39/include/linux/ceph/
Dceph_fs.h123 #define CEPH_MSG_CLIENT_RECONNECT 23 macro
/linux-2.6.39/fs/ceph/
Dmds_client.c2494 reply = ceph_msg_new(CEPH_MSG_CLIENT_RECONNECT, 0, GFP_NOFS); in send_mds_reconnect()