Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/ceph/
Dceph_fs.h145 #define CEPH_MSG_CLIENT_CAPS 0x310 macro
/linux-6.6.21/net/ceph/
Dceph_common.c83 case CEPH_MSG_CLIENT_CAPS: return "client_caps"; in ceph_msg_type_name()
/linux-6.6.21/fs/ceph/
Dcaps.c1501 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, cap_msg_size(arg), GFP_NOFS, in __send_cap()
1570 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, cap_msg_size(&arg), in __send_flush_snap()
Dmds_client.c5759 case CEPH_MSG_CLIENT_CAPS: in mds_dispatch()