Lines Matching defs:ceph_fs_client
105 struct ceph_fs_client { struct
106 struct super_block *sb;
108 struct list_head metric_wakeup;
110 struct ceph_mount_options *mount_options;
111 struct ceph_client *client;
113 int mount_state;
115 bool blocklisted;
117 bool have_copy_from2;
119 u32 filp_gen;
120 loff_t max_file_size;
122 struct ceph_mds_client *mdsc;
124 atomic_long_t writeback_count;
125 bool write_congested;
127 struct workqueue_struct *inode_wq;
128 struct workqueue_struct *cap_wq;
131 spinlock_t async_unlink_conflict_lock;
134 struct dentry *debugfs_dentry_lru, *debugfs_caps;
135 struct dentry *debugfs_congestion_kb;
136 struct dentry *debugfs_bdi;
137 struct dentry *debugfs_mdsc, *debugfs_mdsmap;
138 struct dentry *debugfs_status;
139 struct dentry *debugfs_mds_sessions;
140 struct dentry *debugfs_metrics_dir;
144 struct fscache_volume *fscache;