Searched defs:ceph_fs_client (Results 1 – 1 of 1) sorted by relevance
99 struct ceph_fs_client { struct100 struct super_block *sb;102 struct ceph_mount_options *mount_options;103 struct ceph_client *client;105 unsigned long mount_state;107 unsigned long last_auto_reconnect;108 bool blacklisted;110 u32 filp_gen;111 loff_t max_file_size;113 struct ceph_mds_client *mdsc;[all …]