Home
last modified time | relevance | path

Searched refs:CEPH_MSG_CLIENT_CAPS (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/ceph/
Dceph_fs.h133 #define CEPH_MSG_CLIENT_CAPS 0x310 macro
/Linux-v4.19/net/ceph/
Dceph_common.c81 case CEPH_MSG_CLIENT_CAPS: return "client_caps"; in ceph_msg_type_name()
/Linux-v4.19/fs/ceph/
Dcaps.c1151 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, sizeof(*fc) + extra_len, in send_cap_msg()
Dmds_client.c4130 case CEPH_MSG_CLIENT_CAPS: in dispatch()