Home
last modified time | relevance | path

Searched defs:ceph_spg_mapping (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dosd_client.h361 struct ceph_spg_mapping { struct
362 struct rb_node node;
363 struct ceph_spg spgid;
365 struct rb_root backoffs;
/openbmc/linux/net/ceph/
H A Dosd_client.c1762 DEFINE_RB_FUNCS2(spg_mapping, struct ceph_spg_mapping, spgid, ceph_spg_compare, in DEFINE_RB_FUNCS2()