Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/ceph/
Dosdmap.h321 struct rb_node cl_node; member
/Linux-v5.15/net/ceph/
Dosdmap.c2883 RB_CLEAR_NODE(&loc->cl_node); in alloc_crush_loc()
2889 WARN_ON(!RB_EMPTY_NODE(&loc->cl_node)); in free_crush_loc()
2902 RB_BYPTR, const struct crush_loc *, cl_node) in DEFINE_RB_FUNCS2() argument
2963 rb_entry(n1, struct crush_loc_node, cl_node); in ceph_compare_crush_locs()
2965 rb_entry(n2, struct crush_loc_node, cl_node); in ceph_compare_crush_locs()
2983 rb_entry(rb_first(locs), struct crush_loc_node, cl_node); in ceph_clear_crush_locs()
Dceph_common.c645 rb_entry(n, struct crush_loc_node, cl_node); in ceph_print_client_options()