Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dbcache.h528 unsigned short block_bits; member
703 ((unsigned) (KEY_SIZE(&b->key) >> (b)->c->block_bits))
706 ((unsigned) ((PAGE_SECTORS * (c)->btree_pages) >> (c)->block_bits))
Dbtree.h188 return bset_sector_offset(&b->keys, i) >> b->c->block_bits; in bset_block_offset()
Djournal.c520 c->journal.blocks_free = c->sb.bucket_size >> c->block_bits; in journal_reclaim()
Dsuper.c1514 c->block_bits = ilog2(sb->block_size); in bch_cache_set_alloc()