Searched defs:ceph_fs_client (Results 1 – 1 of 1) sorted by relevance
105 struct ceph_fs_client { struct106 struct super_block *sb;108 struct list_head metric_wakeup;110 struct ceph_mount_options *mount_options;111 struct ceph_client *client;113 int mount_state;115 bool blocklisted;117 bool have_copy_from2;119 u32 filp_gen;120 loff_t max_file_size;[all …]