Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Dsuper.c517 bch_bio_map(bio, ca->disk_buckets); in prio_io()
533 ca->disk_buckets->seq++; in bch_prio_write()
543 struct prio_set *p = ca->disk_buckets; in bch_prio_write()
591 struct prio_set *p = ca->disk_buckets; in prio_read()
2027 free_pages((unsigned long) ca->disk_buckets, ilog2(bucket_pages(ca))); in bch_cache_release()
2081 !(ca->disk_buckets = alloc_bucket_pages(GFP_KERNEL, ca))) in cache_alloc()
Dbcache.h415 struct prio_set *disk_buckets; member