Searched defs:ceph_fs_client (Results 1 – 1 of 1) sorted by relevance
134 struct ceph_fs_client { struct135 struct super_block *sb;137 struct list_head metric_wakeup;139 struct ceph_mount_options *mount_options;140 struct ceph_client *client;142 int mount_state;144 bool blocklisted;146 bool have_copy_from2;148 u32 filp_gen;149 loff_t max_file_size;[all …]