Lines Matching defs:crush_map
239 struct crush_map { struct
240 struct crush_bucket **buckets;
241 struct crush_rule **rules;
243 __s32 max_buckets;
244 __u32 max_rules;
245 __s32 max_devices;
248 __u32 choose_local_tries;
251 __u32 choose_local_fallback_tries;
253 __u32 choose_total_tries;
258 __u32 chooseleaf_descend_once;
264 __u8 chooseleaf_vary_r;
269 __u8 chooseleaf_stable;
284 size_t working_size;
291 __u8 straw_calc_version;
300 __u32 allowed_bucket_algs;
325 extern void crush_destroy(struct crush_map *map); argument