Home
last modified time | relevance | path

Searched refs:first_bucket (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/bcache/
H A Dalloc.c216 if (ca->fifo_last_bucket < ca->sb.first_bucket || in invalidate_buckets_fifo()
218 ca->fifo_last_bucket = ca->sb.first_bucket; in invalidate_buckets_fifo()
243 n %= (size_t) (ca->sb.nbuckets - ca->sb.first_bucket); in invalidate_buckets_random()
244 n += ca->sb.first_bucket; in invalidate_buckets_random()
H A Dbcache_ondisk.h211 __le16 first_bucket; member
270 __u16 first_bucket; member
H A Dextents.c58 bucket < ca->sb.first_bucket || in __ptr_invalid()
80 if (bucket < ca->sb.first_bucket) in bch_ptr_status()
139 if (n >= b->c->cache->sb.first_bucket && n < b->c->cache->sb.nbuckets) in bch_bkey_dump()
H A Dbcache.h899 for (b = (ca)->buckets + (ca)->sb.first_bucket; \
H A Dsysfs.c1079 for (i = ca->sb.first_bucket; i < n; i++) in SHOW()