Lines Matching refs:ceph_pg_mapping
391 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()
669 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
865 struct ceph_pg_mapping *pg; in __decode_pg_temp()
926 struct ceph_pg_mapping *pg; in __decode_primary_temp()
1643 struct ceph_pg_mapping *pg; in apply_temps()