Searched defs:crush_loc_node (Results 1 – 2 of 2) sorted by relevance
320 struct crush_loc_node { struct321 struct rb_node cl_node;322 struct crush_loc cl_loc; /* pointers into cl_data */323 char cl_data[];
2917 DEFINE_RB_FUNCS2(crush_loc, struct crush_loc_node, cl_loc, crush_loc_compare, in DEFINE_RB_FUNCS2()