Lines Matching refs:uuids
360 bch_bio_map(bio, c->uuids); in uuid_io()
371 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
374 u - c->uuids, u->uuid, u->label, in uuid_io()
391 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read()
392 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read()
460 for (u = c->uuids; in uuid_find()
461 u < c->uuids + c->nr_uuids; u++) in uuid_find()
724 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach()
1168 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach()
1427 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run()
1448 for (u = c->uuids; in flash_devs_run()
1449 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1565 free_pages((unsigned long) c->uuids, ilog2(bucket_pages(c))); in cache_set_free()
1698 if (!UUID_FLASH_ONLY(&c->uuids[i]) && in __cache_set_unregister()
1800 !(c->uuids = alloc_bucket_pages(GFP_KERNEL, c)) || in bch_cache_set_alloc()