Lines Matching defs:zones
299 struct hash_zone zones[]; member
2038 static void close_index(struct hash_zones *zones) in close_index()
2060 static void open_index(struct hash_zones *zones) in open_index()
2115 struct hash_zones *zones = as_hash_zones(completion); in change_dedupe_state() local
2152 static void report_dedupe_timeouts(struct hash_zones *zones, unsigned int timeouts) in report_dedupe_timeouts()
2167 static int initialize_index(struct vdo *vdo, struct hash_zones *zones) in initialize_index()
2346 static int __must_check initialize_zone(struct vdo *vdo, struct hash_zones *zones, in initialize_zone()
2395 struct hash_zones *zones = context; in get_thread_id_for_zone() local
2411 struct hash_zones *zones; in vdo_make_hash_zones() local
2452 void vdo_finish_dedupe_index(struct hash_zones *zones) in vdo_finish_dedupe_index()
2464 void vdo_free_hash_zones(struct hash_zones *zones) in vdo_free_hash_zones()
2490 struct hash_zones *zones = container_of(state, struct hash_zones, state); in initiate_suspend_index() local
2516 struct hash_zones *zones = context; in suspend_index() local
2541 struct hash_zones *zones = context; in drain_hash_zone() local
2549 void vdo_drain_hash_zones(struct hash_zones *zones, struct vdo_completion *parent) in vdo_drain_hash_zones()
2555 static void launch_dedupe_state_change(struct hash_zones *zones) in launch_dedupe_state_change()
2579 struct hash_zones *zones = context; in resume_index() local
2622 void vdo_resume_hash_zones(struct hash_zones *zones, struct vdo_completion *parent) in vdo_resume_hash_zones()
2650 static void get_index_statistics(struct hash_zones *zones, in get_index_statistics()
2687 void vdo_get_dedupe_statistics(struct hash_zones *zones, struct vdo_statistics *stats) in vdo_get_dedupe_statistics()
2712 struct hash_zone *vdo_select_hash_zone(struct hash_zones *zones, in vdo_select_hash_zone()
2758 static const char *index_state_to_string(struct hash_zones *zones, in index_state_to_string()
2799 void vdo_dump_hash_zones(struct hash_zones *zones) in vdo_dump_hash_zones()
2939 static void set_target_state(struct hash_zones *zones, enum index_state target, in set_target_state()
2961 const char *vdo_get_dedupe_index_state_name(struct hash_zones *zones) in vdo_get_dedupe_index_state_name()
2973 int vdo_message_dedupe_index(struct hash_zones *zones, const char *name) in vdo_message_dedupe_index()
2992 void vdo_set_dedupe_state_normal(struct hash_zones *zones) in vdo_set_dedupe_state_normal()
2998 void vdo_start_dedupe_index(struct hash_zones *zones, bool create_flag) in vdo_start_dedupe_index()