Searched refs:crush_map (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/crush/ |
D | mapper.h | 13 extern int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size); 14 extern int crush_do_rule(const struct crush_map *map,
|
D | crush.h | 164 struct crush_map { struct 202 extern void crush_destroy(struct crush_map *map); argument
|
/linux-4.1.27/net/ceph/crush/ |
D | mapper.c | 36 int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size) in crush_find_rule() 368 static int is_out(const struct crush_map *map, in is_out() 403 static int crush_choose_firstn(const struct crush_map *map, in crush_choose_firstn() 581 static void crush_choose_indep(const struct crush_map *map, in crush_choose_indep() 742 int crush_do_rule(const struct crush_map *map, in crush_do_rule()
|
D | crush.c | 116 void crush_destroy(struct crush_map *map) in crush_destroy()
|
/linux-4.1.27/include/linux/ceph/ |
D | osdmap.h | 110 struct crush_map *crush;
|
/linux-4.1.27/net/ceph/ |
D | osdmap.c | 156 static struct crush_map *crush_decode(void *pbyval, void *end) in crush_decode() 158 struct crush_map *c; in crush_decode() 1201 struct crush_map *newcrush = NULL; in osdmap_apply_incremental()
|