Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dosdmap.h151 struct ceph_pg_mapping { struct
152 struct rb_node node;
153 struct ceph_pg pgid;
155 union {
/openbmc/linux/net/ceph/
H A Dosdmap.c730 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2()