Home
last modified time | relevance | path

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

/linux-6.6.21/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()
1574 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1887 c->nr_uuids = meta_bucket_bytes(sb) / sizeof(struct uuid_entry); in bch_cache_set_alloc()
1919 c->devices = kcalloc(c->nr_uuids, sizeof(void *), GFP_KERNEL); in bch_cache_set_alloc()
Dbcache.h677 unsigned int nr_uuids; member