Searched defs:crush_map (Results 1 – 1 of 1) sorted by relevance
164 struct crush_map { struct165 struct crush_bucket **buckets;166 struct crush_rule **rules;168 __s32 max_buckets;169 __u32 max_rules;170 __s32 max_devices;173 __u32 choose_local_tries;176 __u32 choose_local_fallback_tries;178 __u32 choose_total_tries;202 extern void crush_destroy(struct crush_map *map); argument