Go to the documentation of this file. 1 #ifndef _FS_CEPH_MDS_CLIENT_H
2 #define _FS_CEPH_MDS_CLIENT_H
6 #include <linux/list.h>
8 #include <linux/rbtree.h>
89 #define CEPH_CAPS_PER_RELEASE ((PAGE_CACHE_SIZE - \
90 sizeof(struct ceph_mds_cap_release)) / \
91 sizeof(struct ceph_mds_cap_item))