Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dosdmap.h137 struct ceph_pg_mapping { struct
138 struct rb_node node;
139 struct ceph_pg pgid;
141 union {
/Linux-v5.4/net/ceph/
Dosdmap.c633 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2()