Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dsuper.c390 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
422 for (i = c->nr_uuids - 1; in uuid_read()
475 u < c->uuids + c->nr_uuids; u++) in uuid_find()
1281 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1450 for (i = 0; i < c->nr_uuids; i++) in __cache_set_unregister()
1512 c->nr_uuids = bucket_bytes(c) / sizeof(struct uuid_entry); in bch_cache_set_alloc()
1545 if (!(c->devices = kzalloc(c->nr_uuids * sizeof(void *), GFP_KERNEL)) || in bch_cache_set_alloc()
Dbcache.h629 unsigned nr_uuids; member
Dbtree.c1675 for (i = 0; i < c->nr_uuids; i++) { in bch_btree_gc_finish()