Searched defs:ceph_fs_client (Results 1 – 2 of 2) 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 …]
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 …]