Searched defs:ceph_fs_client (Results 1 – 1 of 1) sorted by relevance
102 struct ceph_fs_client { struct103 struct super_block *sb;105 struct list_head metric_wakeup;107 struct ceph_mount_options *mount_options;108 struct ceph_client *client;110 int mount_state;112 bool blocklisted;114 bool have_copy_from2;116 u32 filp_gen;117 loff_t max_file_size;[all …]