Searched defs:ceph_fs_client (Results 1 – 1 of 1) sorted by relevance
119 struct ceph_fs_client { struct120 struct super_block *sb;122 struct list_head metric_wakeup;124 struct ceph_mount_options *mount_options;125 struct ceph_client *client;127 int mount_state;129 bool blocklisted;131 bool have_copy_from2;133 u32 filp_gen;134 loff_t max_file_size;[all …]