Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h141 #define CEPH_MSG_CLIENT_REQUEST 24 macro
/openbmc/linux/net/ceph/
H A Dceph_common.c80 case CEPH_MSG_CLIENT_REQUEST: return "client_request"; in ceph_msg_type_name()
/openbmc/linux/fs/ceph/
H A Dmds_client.c2962 msg = ceph_msg_new2(CEPH_MSG_CLIENT_REQUEST, len, 1, GFP_NOFS, false); in create_request_message()