Lines Matching defs:ceph_fs_client
93 struct ceph_fs_client { struct
94 struct super_block *sb;
96 struct ceph_mount_options *mount_options;
97 struct ceph_client *client;
99 unsigned long mount_state;
100 int min_caps; /* min caps i added */
101 loff_t max_file_size;
103 struct ceph_mds_client *mdsc;
106 mempool_t *wb_pagevec_pool;
107 struct workqueue_struct *wb_wq;
108 struct workqueue_struct *pg_inv_wq;
109 struct workqueue_struct *trunc_wq;
110 atomic_long_t writeback_count;
113 struct dentry *debugfs_dentry_lru, *debugfs_caps;
114 struct dentry *debugfs_congestion_kb;
115 struct dentry *debugfs_bdi;
116 struct dentry *debugfs_mdsc, *debugfs_mdsmap;
117 struct dentry *debugfs_mds_sessions;
121 struct fscache_cookie *fscache;