Searched defs:ceph_fs_client (Results 1 – 1 of 1) sorted by relevance
76 struct ceph_fs_client { struct77 struct super_block *sb;79 struct ceph_mount_options *mount_options;80 struct ceph_client *client;82 unsigned long mount_state;83 int min_caps; /* min caps i added */85 struct ceph_mds_client *mdsc;88 mempool_t *wb_pagevec_pool;89 struct workqueue_struct *wb_wq;90 struct workqueue_struct *pg_inv_wq;[all …]