• Home
  • Raw
  • Download

Lines Matching refs:n

60 	struct rb_node *n;  in osdmap_show()  local
69 for (n = rb_first(&map->pg_pools); n; n = rb_next(n)) { in osdmap_show()
71 rb_entry(n, struct ceph_pg_pool_info, node); in osdmap_show()
92 for (n = rb_first(&map->pg_temp); n; n = rb_next(n)) { in osdmap_show()
94 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
103 for (n = rb_first(&map->primary_temp); n; n = rb_next(n)) { in osdmap_show()
105 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
110 for (n = rb_first(&map->pg_upmap); n; n = rb_next(n)) { in osdmap_show()
112 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
121 for (n = rb_first(&map->pg_upmap_items); n; n = rb_next(n)) { in osdmap_show()
123 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
236 struct rb_node *n; in dump_requests() local
239 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in dump_requests()
241 rb_entry(n, struct ceph_osd_request, r_node); in dump_requests()
262 struct rb_node *n; in dump_linger_requests() local
265 for (n = rb_first(&osd->o_linger_requests); n; n = rb_next(n)) { in dump_linger_requests()
267 rb_entry(n, struct ceph_osd_linger_request, node); in dump_linger_requests()
323 struct rb_node *n; in dump_backoffs() local
326 for (n = rb_first(&osd->o_backoffs_by_id); n; n = rb_next(n)) { in dump_backoffs()
328 rb_entry(n, struct ceph_osd_backoff, id_node); in dump_backoffs()
346 struct rb_node *n; in osdc_show() local
352 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
353 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show()
360 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
361 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show()
368 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
369 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show()