Searched refs:ceph_pg_mapping (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/ceph/ |
D | debugfs.c | 93 struct ceph_pg_mapping *pg = in osdmap_show() 94 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show() 104 struct ceph_pg_mapping *pg = in osdmap_show() 105 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show() 111 struct ceph_pg_mapping *pg = in osdmap_show() 112 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show() 122 struct ceph_pg_mapping *pg = in osdmap_show() 123 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
|
D | osdmap.c | 691 static struct ceph_pg_mapping *alloc_pg_mapping(size_t payload_len) in alloc_pg_mapping() 693 struct ceph_pg_mapping *pg; in alloc_pg_mapping() 703 static void free_pg_mapping(struct ceph_pg_mapping *pg) in free_pg_mapping() 714 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument 1136 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy() 1138 struct ceph_pg_mapping, node); in ceph_osdmap_destroy() 1143 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy() 1145 struct ceph_pg_mapping, node); in ceph_osdmap_destroy() 1150 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy() 1152 struct ceph_pg_mapping, node); in ceph_osdmap_destroy() [all …]
|
/Linux-v5.10/include/linux/ceph/ |
D | osdmap.h | 151 struct ceph_pg_mapping { struct
|