Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dceph_fs.h137 #define CEPH_MSG_CLIENT_CAPS 0x310 macro
/linux-4.4.14/net/ceph/
Dceph_common.c82 case CEPH_MSG_CLIENT_CAPS: return "client_caps"; in ceph_msg_type_name()
/linux-4.4.14/fs/ceph/
Dcaps.c1017 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, sizeof(*fc) + extra_len, in send_cap_msg()
Dmds_client.c3849 case CEPH_MSG_CLIENT_CAPS: in dispatch()