Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dosdmap.h321 struct rb_node cl_node; member
/linux-6.1.9/net/ceph/
Dosdmap.c2899 RB_CLEAR_NODE(&loc->cl_node); in alloc_crush_loc()
2905 WARN_ON(!RB_EMPTY_NODE(&loc->cl_node)); in free_crush_loc()
2918 RB_BYPTR, const struct crush_loc *, cl_node) in DEFINE_RB_FUNCS2() argument
2979 rb_entry(n1, struct crush_loc_node, cl_node); in ceph_compare_crush_locs()
2981 rb_entry(n2, struct crush_loc_node, cl_node); in ceph_compare_crush_locs()
2999 rb_entry(rb_first(locs), struct crush_loc_node, cl_node); in ceph_clear_crush_locs()
Dceph_common.c623 rb_entry(n, struct crush_loc_node, cl_node); in ceph_print_client_options()