Searched refs:ceph_pg_mapping (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ceph/ |
D | debugfs.c | 91 struct ceph_pg_mapping *pg = in osdmap_show() 92 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show() 102 struct ceph_pg_mapping *pg = in osdmap_show() 103 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show() 109 struct ceph_pg_mapping *pg = in osdmap_show() 110 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show() 120 struct ceph_pg_mapping *pg = in osdmap_show() 121 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
|
D | osdmap.c | 611 static struct ceph_pg_mapping *alloc_pg_mapping(size_t payload_len) in alloc_pg_mapping() 613 struct ceph_pg_mapping *pg; in alloc_pg_mapping() 623 static void free_pg_mapping(struct ceph_pg_mapping *pg) in free_pg_mapping() 634 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument 944 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy() 946 struct ceph_pg_mapping, node); in ceph_osdmap_destroy() 951 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy() 953 struct ceph_pg_mapping, node); in ceph_osdmap_destroy() 958 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy() 960 struct ceph_pg_mapping, node); in ceph_osdmap_destroy() [all …]
|
/Linux-v4.19/include/linux/ceph/ |
D | osdmap.h | 138 struct ceph_pg_mapping { struct
|