Searched defs:ceph_fs_client (Results 1 – 1 of 1) sorted by relevance
120 struct ceph_fs_client { struct121 struct super_block *sb;123 struct list_head metric_wakeup;125 struct ceph_mount_options *mount_options;126 struct ceph_client *client;128 int mount_state;130 bool blocklisted;132 bool have_copy_from2;134 u32 filp_gen;135 loff_t max_file_size;[all …]