Home
last modified time | relevance | path

Searched refs:ceph_pg_mapping (Results 1 – 3 of 3) sorted by relevance

/linux/net/ceph/
H A Ddebugfs.c98 struct ceph_pg_mapping *pg = in osdmap_show()
99 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()
116 struct ceph_pg_mapping *pg = in osdmap_show()
117 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
127 struct ceph_pg_mapping *pg = in osdmap_show()
128 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
H A Dosdmap.c710 static struct ceph_pg_mapping *alloc_pg_mapping(size_t payload_len) in alloc_pg_mapping()
712 struct ceph_pg_mapping *pg; in alloc_pg_mapping()
722 static void free_pg_mapping(struct ceph_pg_mapping *pg) in free_pg_mapping()
733 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument
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()
1157 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
1159 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
[all …]
/linux/include/linux/ceph/
H A Dosdmap.h151 struct ceph_pg_mapping { struct