Home
last modified time | relevance | path

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

/drivers/md/bcache/
A Dalloc.c220 if (ca->fifo_last_bucket < ca->sb.first_bucket || in invalidate_buckets_fifo()
222 ca->fifo_last_bucket = ca->sb.first_bucket; in invalidate_buckets_fifo()
247 n %= (size_t) (ca->sb.nbuckets - ca->sb.first_bucket); in invalidate_buckets_random()
248 n += ca->sb.first_bucket; in invalidate_buckets_random()
A Dbcache_ondisk.h211 __le16 first_bucket; member
270 __u16 first_bucket; member
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()
A Dsuper.c97 sb->first_bucket= le16_to_cpu(s->first_bucket); in read_super_common()
149 if (sb->d[i] != sb->first_bucket + i) in read_super_common()
153 if (sb->first_bucket + sb->keys > sb->nbuckets) in read_super_common()
157 if (sb->first_bucket * sb->bucket_size < 16) in read_super_common()
308 out->first_bucket = cpu_to_le16(sb->first_bucket); in __write_super()
2073 ca->sb.d[j] = ca->sb.first_bucket + j; in run_cache_set()
A Dbcache.h892 for (b = (ca)->buckets + (ca)->sb.first_bucket; \
A Dsysfs.c1081 for (i = ca->sb.first_bucket; i < n; i++) in SHOW()

Completed in 23 milliseconds