Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Ddebugfs.c88 struct ceph_pg_mapping *pg = in osdmap_show()
89 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
99 struct ceph_pg_mapping *pg = in osdmap_show()
100 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
Dosdmap.c391 static int __insert_pg_mapping(struct ceph_pg_mapping *new, in __insert_pg_mapping()
396 struct ceph_pg_mapping *pg = NULL; in __insert_pg_mapping()
402 pg = rb_entry(parent, struct ceph_pg_mapping, node); in __insert_pg_mapping()
417 static struct ceph_pg_mapping *__lookup_pg_mapping(struct rb_root *root, in __lookup_pg_mapping()
421 struct ceph_pg_mapping *pg; in __lookup_pg_mapping()
425 pg = rb_entry(n, struct ceph_pg_mapping, node); in __lookup_pg_mapping()
442 struct ceph_pg_mapping *pg = __lookup_pg_mapping(root, pgid); in __remove_pg_mapping()
660 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
662 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
667 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
[all …]
/linux-4.4.14/include/linux/ceph/
Dosdmap.h72 struct ceph_pg_mapping { struct