Lines Matching refs:uuids
441 bch_bio_map(bio, c->uuids); in uuid_io()
452 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
455 u - c->uuids, u->uuid, u->label, in uuid_io()
472 struct uuid_entry_v0 *u0 = (void *) c->uuids; in uuid_read()
473 struct uuid_entry *u1 = (void *) c->uuids; in uuid_read()
542 for (u = c->uuids; in uuid_find()
543 u < c->uuids + c->nr_uuids; u++) in uuid_find()
835 struct uuid_entry *u = d->c->uuids + d->id; in bcache_device_detach()
1284 bcache_device_attach(&dc->disk, c, u - c->uuids); in bch_cached_dev_attach()
1551 bcache_device_attach(d, c, u - c->uuids); in flash_dev_run()
1578 for (u = c->uuids; in flash_devs_run()
1579 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1690 free_pages((unsigned long) c->uuids, ilog2(meta_bucket_pages(&c->cache->sb))); in cache_set_free()
1829 if (!UUID_FLASH_ONLY(&c->uuids[i]) && in __cache_set_unregister()
1943 c->uuids = alloc_meta_bucket_pages(GFP_KERNEL, sb); in bch_cache_set_alloc()
1944 if (!c->uuids) in bch_cache_set_alloc()