Lines Matching refs:osdc
58 struct ceph_osd_client *osdc = &client->osdc; in osdmap_show() local
59 struct ceph_osdmap *map = osdc->osdmap; in osdmap_show()
65 down_read(&osdc->lock); in osdmap_show()
67 osdc->epoch_barrier, map->flags); in osdmap_show()
132 up_read(&osdc->lock); in osdmap_show()
340 struct ceph_osd_client *osdc = &client->osdc; in osdc_show() local
343 down_read(&osdc->lock); in osdc_show()
345 atomic_read(&osdc->num_requests), in osdc_show()
346 atomic_read(&osdc->num_homeless)); in osdc_show()
347 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
352 dump_requests(s, &osdc->homeless_osd); in osdc_show()
355 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
360 dump_linger_requests(s, &osdc->homeless_osd); in osdc_show()
363 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
369 up_read(&osdc->lock); in osdc_show()
419 client->osdc.debugfs_file = debugfs_create_file("osdc", in ceph_debugfs_client_init()
450 debugfs_remove(client->osdc.debugfs_file); in ceph_debugfs_client_cleanup()