Lines Matching defs:ceph_fs_client
67 struct ceph_fs_client { struct
68 struct super_block *sb;
70 struct ceph_mount_options *mount_options;
71 struct ceph_client *client;
73 unsigned long mount_state;
74 int min_caps; /* min caps i added */
76 struct ceph_mds_client *mdsc;
79 mempool_t *wb_pagevec_pool;
80 struct workqueue_struct *wb_wq;
81 struct workqueue_struct *pg_inv_wq;
82 struct workqueue_struct *trunc_wq;
83 atomic_long_t writeback_count;
85 struct backing_dev_info backing_dev_info;
88 struct dentry *debugfs_dentry_lru, *debugfs_caps;
89 struct dentry *debugfs_congestion_kb;
90 struct dentry *debugfs_bdi;
91 struct dentry *debugfs_mdsc, *debugfs_mdsmap;