Home
last modified time | relevance | path

Searched refs:nr_uuids (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/md/bcache/
Dsuper.c449 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
481 for (i = c->nr_uuids - 1; in uuid_read()
540 u < c->uuids + c->nr_uuids; u++) in uuid_find()
1568 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1881 c->nr_uuids = meta_bucket_bytes(sb) / sizeof(struct uuid_entry); in bch_cache_set_alloc()
1913 c->devices = kcalloc(c->nr_uuids, sizeof(void *), GFP_KERNEL); in bch_cache_set_alloc()
Dbcache.h680 unsigned int nr_uuids; member