Lines Matching defs:ceph_fs_client
120 struct ceph_fs_client { struct
121 struct super_block *sb;
123 struct list_head metric_wakeup;
125 struct ceph_mount_options *mount_options;
126 struct ceph_client *client;
128 int mount_state;
130 bool blocklisted;
132 bool have_copy_from2;
134 u32 filp_gen;
135 loff_t max_file_size;
137 struct ceph_mds_client *mdsc;
139 atomic_long_t writeback_count;
140 bool write_congested;
142 struct workqueue_struct *inode_wq;
143 struct workqueue_struct *cap_wq;
146 spinlock_t async_unlink_conflict_lock;
149 struct dentry *debugfs_dentry_lru, *debugfs_caps;
150 struct dentry *debugfs_congestion_kb;
151 struct dentry *debugfs_bdi;
152 struct dentry *debugfs_mdsc, *debugfs_mdsmap;
153 struct dentry *debugfs_status;
154 struct dentry *debugfs_mds_sessions;
155 struct dentry *debugfs_metrics_dir;
159 struct fscache_volume *fscache;
162 struct fscrypt_dummy_policy fsc_dummy_enc_policy;