Searched refs:ceph_pg_mapping (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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 | 610 static struct ceph_pg_mapping *alloc_pg_mapping(size_t payload_len)  in alloc_pg_mapping()612 	struct ceph_pg_mapping *pg;  in alloc_pg_mapping()
 622 static void free_pg_mapping(struct ceph_pg_mapping *pg)  in free_pg_mapping()
 633 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare,  in DEFINE_RB_FUNCS2()  argument
 943 		struct ceph_pg_mapping *pg =  in ceph_osdmap_destroy()
 945 				 struct ceph_pg_mapping, node);  in ceph_osdmap_destroy()
 950 		struct ceph_pg_mapping *pg =  in ceph_osdmap_destroy()
 952 				 struct ceph_pg_mapping, node);  in ceph_osdmap_destroy()
 957 		struct ceph_pg_mapping *pg =  in ceph_osdmap_destroy()
 959 				 struct ceph_pg_mapping, node);  in ceph_osdmap_destroy()
 [all …]
 
 | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | osdmap.h | 137 struct ceph_pg_mapping {  struct
 |