Lines Matching refs:uuids
436 bch_bio_map(bio, c->uuids); in uuid_io()
448 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
451 u - c->uuids, u->uuid, u->label, in uuid_io()
468 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read()
469 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read()
538 for (u = c->uuids; in uuid_find()
539 u < c->uuids + c->nr_uuids; u++) in uuid_find()
831 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach()
1275 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach()
1536 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run()
1567 for (u = c->uuids; in flash_devs_run()
1568 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1679 free_pages((unsigned long) c->uuids, ilog2(meta_bucket_pages(&c->cache->sb))); in CLOSURE_CALLBACK()
1823 if (!UUID_FLASH_ONLY(&c->uuids[i]) && in CLOSURE_CALLBACK()
1938 c->uuids = alloc_meta_bucket_pages(GFP_KERNEL, sb); in bch_cache_set_alloc()
1939 if (!c->uuids) in bch_cache_set_alloc()