Lines Matching refs:uuids
437 bch_bio_map(bio, c->uuids); in uuid_io()
449 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
452 u - c->uuids, u->uuid, u->label, in uuid_io()
469 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read()
470 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read()
539 for (u = c->uuids; in uuid_find()
540 u < c->uuids + c->nr_uuids; u++) in uuid_find()
831 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach()
1277 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach()
1542 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run()
1573 for (u = c->uuids; in flash_devs_run()
1574 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1685 free_pages((unsigned long) c->uuids, ilog2(meta_bucket_pages(&c->cache->sb))); in cache_set_free()
1824 if (!UUID_FLASH_ONLY(&c->uuids[i]) && in __cache_set_unregister()
1938 c->uuids = alloc_meta_bucket_pages(GFP_KERNEL, sb); in bch_cache_set_alloc()
1939 if (!c->uuids) in bch_cache_set_alloc()