Lines Matching defs:ceph_fs_client
101 struct ceph_fs_client { struct
102 struct super_block *sb;
104 struct list_head metric_wakeup;
106 struct ceph_mount_options *mount_options;
107 struct ceph_client *client;
109 unsigned long mount_state;
111 unsigned long last_auto_reconnect;
112 bool blocklisted;
114 bool have_copy_from2;
116 u32 filp_gen;
117 loff_t max_file_size;
119 struct ceph_mds_client *mdsc;
121 atomic_long_t writeback_count;
123 struct workqueue_struct *inode_wq;
124 struct workqueue_struct *cap_wq;
127 struct dentry *debugfs_dentry_lru, *debugfs_caps;
128 struct dentry *debugfs_congestion_kb;
129 struct dentry *debugfs_bdi;
130 struct dentry *debugfs_mdsc, *debugfs_mdsmap;
131 struct dentry *debugfs_metric;
132 struct dentry *debugfs_mds_sessions;
136 struct fscache_cookie *fscache;