Searched refs:CEPH_MSG_CLIENT_REQUEST (Results 1 – 3 of 3) sorted by relevance
58 case CEPH_MSG_CLIENT_REQUEST: return "client_request"; in ceph_msg_type_name()
125 #define CEPH_MSG_CLIENT_REQUEST 24 macro
1627 msg = ceph_msg_new(CEPH_MSG_CLIENT_REQUEST, len, GFP_NOFS); in create_request_message()