Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/ceph/
Dosdmap.h321 struct rb_node cl_node; member
/Linux-v5.10/net/ceph/
Dosdmap.c2864 RB_CLEAR_NODE(&loc->cl_node); in alloc_crush_loc()
2870 WARN_ON(!RB_EMPTY_NODE(&loc->cl_node)); in free_crush_loc()
2883 RB_BYPTR, const struct crush_loc *, cl_node) in DEFINE_RB_FUNCS2() argument
2944 rb_entry(n1, struct crush_loc_node, cl_node); in ceph_compare_crush_locs()
2946 rb_entry(n2, struct crush_loc_node, cl_node); in ceph_compare_crush_locs()
2964 rb_entry(rb_first(locs), struct crush_loc_node, cl_node); in ceph_clear_crush_locs()
Dceph_common.c602 rb_entry(n, struct crush_loc_node, cl_node); in ceph_print_client_options()