Lines Matching refs:uuids
379 bch_bio_map(bio, c->uuids); in uuid_io()
390 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
393 u - c->uuids, u->uuid, u->label, in uuid_io()
410 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read()
411 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read()
474 for (u = c->uuids; in uuid_find()
475 u < c->uuids + c->nr_uuids; u++) in uuid_find()
720 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach()
1038 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach()
1260 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run()
1280 for (u = c->uuids; in flash_devs_run()
1281 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1375 free_pages((unsigned long) c->uuids, ilog2(bucket_pages(c))); in cache_set_free()
1452 if (!UUID_FLASH_ONLY(&c->uuids[i]) && in __cache_set_unregister()
1551 !(c->uuids = alloc_bucket_pages(GFP_KERNEL, c)) || in bch_cache_set_alloc()