Home
last modified time | relevance | path

Searched refs:CEPH_MSG_STATFS_REPLY (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
Dmon_client.c716 req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 64, GFP_NOFS, true); in ceph_monc_do_statfs()
1282 case CEPH_MSG_STATFS_REPLY: in dispatch()
1332 case CEPH_MSG_STATFS_REPLY: in mon_alloc_msg()
Dceph_common.c73 case CEPH_MSG_STATFS_REPLY: return "statfs_reply"; in ceph_msg_type_name()
/kernel/linux/linux-5.10/include/linux/ceph/
Dceph_fs.h115 #define CEPH_MSG_STATFS_REPLY 14 macro