Home
last modified time | relevance | path

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

/linux-5.19.10/net/ceph/
Dosdmap.c2901 DEFINE_RB_FUNCS2(crush_loc, struct crush_loc_node, cl_loc, crush_loc_compare, in DEFINE_RB_FUNCS2() argument
2935 loc->cl_loc.cl_type_name = loc->cl_data; in DEFINE_RB_FUNCS2()
2936 memcpy(loc->cl_loc.cl_type_name, type_name, type_name_len); in DEFINE_RB_FUNCS2()
2937 loc->cl_loc.cl_type_name[type_name_len] = '\0'; in DEFINE_RB_FUNCS2()
2939 loc->cl_loc.cl_name = loc->cl_data + type_name_len + 1; in DEFINE_RB_FUNCS2()
2940 memcpy(loc->cl_loc.cl_name, name, name_len); in DEFINE_RB_FUNCS2()
2941 loc->cl_loc.cl_name[name_len] = '\0'; in DEFINE_RB_FUNCS2()
2949 loc->cl_loc.cl_type_name, loc->cl_loc.cl_name); in DEFINE_RB_FUNCS2()
2967 ret = crush_loc_compare(&loc1->cl_loc, &loc2->cl_loc); in ceph_compare_crush_locs()
Dceph_common.c625 seq_printf(m, "%s:%s", loc->cl_loc.cl_type_name, in ceph_print_client_options()
626 loc->cl_loc.cl_name); in ceph_print_client_options()
/linux-5.19.10/include/linux/ceph/
Dosdmap.h322 struct crush_loc cl_loc; /* pointers into cl_data */ member