Home
last modified time | relevance | path

Searched refs:nr_uuids (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dsuper.c451 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
483 for (i = c->nr_uuids - 1; in uuid_read()
542 u < c->uuids + c->nr_uuids; u++) in uuid_find()
1600 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1913 c->nr_uuids = meta_bucket_bytes(sb) / sizeof(struct uuid_entry); in bch_cache_set_alloc()
1945 c->devices = kcalloc(c->nr_uuids, sizeof(void *), GFP_KERNEL); in bch_cache_set_alloc()
H A Dbcache.h671 unsigned int nr_uuids; member
/kernel/linux/linux-6.6/drivers/md/bcache/
H A 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()
H A Dbcache.h677 unsigned int nr_uuids; member

Completed in 11 milliseconds