Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/ceph/
Dceph_fs.h145 #define CEPH_MSG_CLIENT_CAPS 0x310 macro
/Linux-v6.6/net/ceph/
Dceph_common.c83 case CEPH_MSG_CLIENT_CAPS: return "client_caps"; in ceph_msg_type_name()
/Linux-v6.6/fs/ceph/
Dcaps.c1501 msg = ceph_msg_new(CEPH_MSG_CLIENT_CAPS, cap_msg_size(arg), GFP_NOFS, in __send_cap()
1569 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()