Searched refs:first_bucket (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
H A Dextents.c57 bucket < ca->sb.first_bucket || __ptr_invalid()
79 if (bucket < ca->sb.first_bucket) bch_ptr_status()
138 if (n >= b->c->sb.first_bucket && n < b->c->sb.nbuckets) bch_bkey_dump()
H A Dalloc.c221 if (ca->fifo_last_bucket < ca->sb.first_bucket || invalidate_buckets_fifo()
223 ca->fifo_last_bucket = ca->sb.first_bucket; invalidate_buckets_fifo()
247 n %= (size_t) (ca->sb.nbuckets - ca->sb.first_bucket); invalidate_buckets_random()
248 n += ca->sb.first_bucket; invalidate_buckets_random()
H A Dsuper.c111 sb->first_bucket = le16_to_cpu(s->first_bucket); read_super()
197 if (sb->d[i] != sb->first_bucket + i) read_super()
201 if (sb->first_bucket + sb->keys > sb->nbuckets) read_super()
205 if (sb->first_bucket * sb->bucket_size < 16) read_super()
253 out->first_bucket = cpu_to_le16(sb->first_bucket); __write_super()
1671 ca->sb.d[j] = ca->sb.first_bucket + j; for_each_cache()
H A Dsysfs.c785 for (i = ca->sb.first_bucket; i < n; i++)
H A Dbcache.h820 for (b = (ca)->buckets + (ca)->sb.first_bucket; \
/linux-4.1.27/include/uapi/linux/
H A Dbcache.h199 __u16 first_bucket; member in struct:cache_sb
/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilegx.c227 int first_bucket; member in struct:mpipe_data
241 .first_bucket = -1,
940 gxio_mpipe_rules_begin(&rules, md->first_bucket, tile_net_update()
1175 /* Allocate some buckets, and set global first_bucket value. */ init_notif_group_and_buckets()
1182 md->first_bucket = rc; init_notif_group_and_buckets()
1187 md->first_bucket, md->num_buckets, init_notif_group_and_buckets()
1283 md->first_bucket = -1;

Completed in 169 milliseconds