Searched defs:ceph_fs_client (Results 1 – 1 of 1) sorted by relevance
101 struct ceph_fs_client { struct102 struct super_block *sb;104 struct list_head metric_wakeup;106 struct ceph_mount_options *mount_options;107 struct ceph_client *client;109 unsigned long mount_state;111 unsigned long last_auto_reconnect;112 bool blocklisted;114 bool have_copy_from2;116 u32 filp_gen;[all …]