DEFINE_RB_FUNCS
DEFINE_RB_FUNCS(request, struct ceph_mds_request, r_tid, r_node)
#define DEFINE_RB_FUNCS(name, type, keyfld, nodefld) \
DEFINE_RB_FUNCS(generic_request, struct ceph_mon_generic_request, tid, node)
DEFINE_RB_FUNCS(request, struct ceph_osd_request, r_tid, r_node)
DEFINE_RB_FUNCS(osd, struct ceph_osd, o_osd, o_node)
DEFINE_RB_FUNCS(backoff_by_id, struct ceph_osd_backoff, id, id_node)
DEFINE_RB_FUNCS(crush_name, struct crush_name_node, cn_id, cn_node)