Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dsuper.c367 for (u = c->uuids; u < c->uuids + c->nr_uuids; u++) in uuid_io()
399 for (i = c->nr_uuids - 1; in uuid_read()
452 u < c->uuids + c->nr_uuids; u++) in uuid_find()
1250 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1419 for (i = 0; i < c->nr_uuids; i++) in __cache_set_unregister()
1481 c->nr_uuids = bucket_bytes(c) / sizeof(struct uuid_entry); in bch_cache_set_alloc()
1514 if (!(c->devices = kzalloc(c->nr_uuids * sizeof(void *), GFP_KERNEL)) || in bch_cache_set_alloc()
Dbcache.h612 unsigned nr_uuids; member
Dbtree.c1675 for (i = 0; i < c->nr_uuids; i++) { in bch_btree_gc_finish()