Home
last modified time | relevance | path

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

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