block_bits 549 drivers/md/bcache/bcache.h unsigned short block_bits; block_bits 752 drivers/md/bcache/bcache.h ((unsigned int) (KEY_SIZE(&b->key) >> (b)->c->block_bits)) block_bits 755 drivers/md/bcache/bcache.h ((unsigned int) ((PAGE_SECTORS * (c)->btree_pages) >> (c)->block_bits)) block_bits 191 drivers/md/bcache/btree.h return bset_sector_offset(&b->keys, i) >> b->c->block_bits; block_bits 694 drivers/md/bcache/journal.c c->journal.blocks_free = c->sb.bucket_size >> c->block_bits; block_bits 1786 drivers/md/bcache/super.c c->block_bits = ilog2(sb->block_size); block_bits 69 fs/iomap/buffered-io.c unsigned block_bits = inode->i_blkbits; block_bits 70 fs/iomap/buffered-io.c unsigned block_size = (1 << block_bits); block_bits 73 fs/iomap/buffered-io.c unsigned first = poff >> block_bits; block_bits 74 fs/iomap/buffered-io.c unsigned last = (poff + plen - 1) >> block_bits; block_bits 110 fs/iomap/buffered-io.c unsigned end = offset_in_page(isize - 1) >> block_bits; block_bits 1576 fs/ocfs2/cluster/heartbeat.c unsigned int block_bits; block_bits 1582 fs/ocfs2/cluster/heartbeat.c &block_bits); block_bits 1587 fs/ocfs2/cluster/heartbeat.c reg->hr_block_bits = block_bits;