Home
last modified time | relevance | path

Searched refs:cl_node (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/ceph/
H A Dosdmap.h321 struct rb_node cl_node; member
/linux/net/ceph/
H A Dosdmap.c2897 RB_CLEAR_NODE(&loc->cl_node); in alloc_crush_loc()
2903 WARN_ON(!RB_EMPTY_NODE(&loc->cl_node)); in free_crush_loc()
2916 RB_BYPTR, const struct crush_loc *, cl_node) in DEFINE_RB_FUNCS2() argument
2977 rb_entry(n1, struct crush_loc_node, cl_node); in ceph_compare_crush_locs()
2979 rb_entry(n2, struct crush_loc_node, cl_node); in ceph_compare_crush_locs()
2997 rb_entry(rb_first(locs), struct crush_loc_node, cl_node); in ceph_clear_crush_locs()
H A Dceph_common.c623 rb_entry(n, struct crush_loc_node, cl_node); in ceph_print_client_options()