Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h145 #define CEPH_MSG_CLIENT_CAPS 0x310 macro
/openbmc/linux/net/ceph/
H A Dceph_common.c83 case CEPH_MSG_CLIENT_CAPS: return "client_caps"; in ceph_msg_type_name()
/openbmc/linux/fs/ceph/
H A Dcaps.c1504 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, cap_msg_size(arg), GFP_NOFS, in __send_cap()
1573 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, cap_msg_size(&arg), in __send_flush_snap()
H A Dmds_client.c5764 case CEPH_MSG_CLIENT_CAPS: in mds_dispatch()