Searched defs:ceph_fs_client (Results 1 – 1 of 1) sorted by relevance
146 struct ceph_fs_client { struct147 struct super_block *sb;149 struct list_head metric_wakeup;151 struct ceph_mount_options *mount_options;152 struct ceph_client *client;154 int mount_state;156 bool blocklisted;158 bool have_copy_from2;160 u32 filp_gen;161 loff_t max_file_size;[all …]