Searched refs:DEFINE_RB_FUNCS (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ceph/ |
H A D | libceph.h | 271 #define DEFINE_RB_FUNCS(name, type, keyfld, nodefld) \ macro
|
/linux/net/ceph/ |
H A D | osd_client.c | 1191 DEFINE_RB_FUNCS(request, struct ceph_osd_request, r_tid, r_node) in DEFINE_RB_FUNCS() function 1192 DEFINE_RB_FUNCS(request_mc, struct ceph_osd_request, r_tid, r_mc_node) in DEFINE_RB_FUNCS() 1325 DEFINE_RB_FUNCS(osd, struct ceph_osd, o_osd, o_node) in DEFINE_RB_FUNCS() function 1988 DEFINE_RB_FUNCS(backoff_by_id, struct ceph_osd_backoff, id, id_node) in DEFINE_RB_FUNCS() function 2849 DEFINE_RB_FUNCS(linger_osdc, struct ceph_osd_linger_request, linger_id, osdc_node) in DEFINE_RB_INSDEL_FUNCS() 2850 DEFINE_RB_FUNCS(linger_mc, struct ceph_osd_linger_request, linger_id, mc_node) in DEFINE_RB_INSDEL_FUNCS()
|
H A D | osdmap.c | 182 DEFINE_RB_FUNCS(crush_name, struct crush_name_node, cn_id, cn_node) in DEFINE_RB_FUNCS() function 262 DEFINE_RB_FUNCS(choose_arg_map, struct crush_choose_arg_map, choose_args_index, 736 DEFINE_RB_FUNCS(pg_pool, struct ceph_pg_pool_info, id, node) in DEFINE_RB_FUNCS2()
|
H A D | mon_client.c | 579 DEFINE_RB_FUNCS(generic_request, struct ceph_mon_generic_request, tid, node) in DEFINE_RB_FUNCS() function
|
/linux/fs/ceph/ |
H A D | mds_client.c | 1138 DEFINE_RB_FUNCS(request, struct ceph_mds_request, r_tid, r_node) in DEFINE_RB_FUNCS() function
|