Lines Matching defs:ceph_fs_client
75 struct ceph_fs_client { struct
76 struct super_block *sb;
78 struct ceph_mount_options *mount_options;
79 struct ceph_client *client;
81 unsigned long mount_state;
82 int min_caps; /* min caps i added */
84 struct ceph_mds_client *mdsc;
87 mempool_t *wb_pagevec_pool;
88 struct workqueue_struct *wb_wq;
89 struct workqueue_struct *pg_inv_wq;
90 struct workqueue_struct *trunc_wq;
91 atomic_long_t writeback_count;
93 struct backing_dev_info backing_dev_info;
96 struct dentry *debugfs_dentry_lru, *debugfs_caps;
97 struct dentry *debugfs_congestion_kb;
98 struct dentry *debugfs_bdi;
99 struct dentry *debugfs_mdsc, *debugfs_mdsmap;
100 struct dentry *debugfs_mds_sessions;
104 struct fscache_cookie *fscache;
105 struct workqueue_struct *revalidate_wq;