Home
last modified time | relevance | path

Searched refs:CEPH_MSG_CLIENT_REQUEST (Results 1 – 2 of 2) sorted by relevance

/linux/net/ceph/
H A Dceph_common.c80 case CEPH_MSG_CLIENT_REQUEST: return "client_request"; in ceph_msg_type_name()
/linux/fs/ceph/
H A Dmds_client.c3067 msg = ceph_msg_new2(CEPH_MSG_CLIENT_REQUEST, len, 1, GFP_NOFS, false); in create_request_message()