Searched refs:ceph_pg_mapping (Results 1 – 2 of 2) sorted by relevance
/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 | 707 static struct ceph_pg_mapping *alloc_pg_mapping(size_t payload_len) in alloc_pg_mapping() 709 struct ceph_pg_mapping *pg; in alloc_pg_mapping() 719 static void free_pg_mapping(struct ceph_pg_mapping *pg) in free_pg_mapping() 730 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument 1152 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy() 1154 struct ceph_pg_mapping, node); in ceph_osdmap_destroy() 1159 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy() 1161 struct ceph_pg_mapping, node); in ceph_osdmap_destroy() 1166 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy() 1168 struct ceph_pg_mapping, node); in ceph_osdmap_destroy() [all …]
|