Lines Matching defs:ceph_fs_client
74 struct ceph_fs_client { struct
75 struct super_block *sb;
77 struct ceph_mount_options *mount_options;
78 struct ceph_client *client;
80 unsigned long mount_state;
81 int min_caps; /* min caps i added */
83 struct ceph_mds_client *mdsc;
86 mempool_t *wb_pagevec_pool;
87 struct workqueue_struct *wb_wq;
88 struct workqueue_struct *pg_inv_wq;
89 struct workqueue_struct *trunc_wq;
90 atomic_long_t writeback_count;
92 struct backing_dev_info backing_dev_info;
95 struct dentry *debugfs_dentry_lru, *debugfs_caps;
96 struct dentry *debugfs_congestion_kb;
97 struct dentry *debugfs_bdi;
98 struct dentry *debugfs_mdsc, *debugfs_mdsmap;
99 struct dentry *debugfs_mds_sessions;
103 struct fscache_cookie *fscache;
104 struct workqueue_struct *revalidate_wq;