Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dceph_fs.h130 #define CEPH_MSG_CLIENT_REQUEST 24 macro
/Linux-v4.19/net/ceph/
Dceph_common.c78 case CEPH_MSG_CLIENT_REQUEST: return "client_request"; in ceph_msg_type_name()
/Linux-v4.19/fs/ceph/
Dmds_client.c2074 msg = ceph_msg_new(CEPH_MSG_CLIENT_REQUEST, len, GFP_NOFS, false); in create_request_message()