Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dwriteback.h23 for (i = 0; i < c->nr_uuids; i++) { in bcache_flash_devs_sectors_dirty()
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()
1273 u < c->uuids + c->nr_uuids && !ret; in flash_devs_run()
1442 for (i = 0; i < c->nr_uuids; i++) in __cache_set_unregister()
1504 c->nr_uuids = bucket_bytes(c) / sizeof(struct uuid_entry); in bch_cache_set_alloc()
1539 if (!(c->devices = kzalloc(c->nr_uuids * sizeof(void *), GFP_KERNEL)) || in bch_cache_set_alloc()
Dbcache.h614 unsigned nr_uuids; member
Dbtree.c1688 for (i = 0; i < c->nr_uuids; i++) { in bch_btree_gc_finish()