Lines Matching defs:ceph_fs_client
99 struct ceph_fs_client { struct
100 struct super_block *sb;
102 struct ceph_mount_options *mount_options;
103 struct ceph_client *client;
105 unsigned long mount_state;
107 unsigned long last_auto_reconnect;
108 bool blacklisted;
110 u32 filp_gen;
111 loff_t max_file_size;
113 struct ceph_mds_client *mdsc;
116 mempool_t *wb_pagevec_pool;
117 atomic_long_t writeback_count;
119 struct workqueue_struct *inode_wq;
120 struct workqueue_struct *cap_wq;
123 struct dentry *debugfs_dentry_lru, *debugfs_caps;
124 struct dentry *debugfs_congestion_kb;
125 struct dentry *debugfs_bdi;
126 struct dentry *debugfs_mdsc, *debugfs_mdsmap;
127 struct dentry *debugfs_mds_sessions;
131 struct fscache_cookie *fscache;