BLOCK_SIZE_BITS
start_blk += nr_sects >> (BLOCK_SIZE_BITS - 9);
size = bdev_nr_bytes(rdev->bdev) >> BLOCK_SIZE_BITS;
(EXT2_MAX_BLOCK_LOG_SIZE - BLOCK_SIZE_BITS)) {
blocks = (size + sb->s_blocksize - 1) >> (BLOCK_SIZE_BITS + k);
ilog2(NILFS_MAX_BLOCK_SIZE) - BLOCK_SIZE_BITS)) {
shift_bits > ilog2(NILFS_MAX_BLOCK_SIZE) - BLOCK_SIZE_BITS)
index = offset >> (shift_bits + BLOCK_SIZE_BITS);
blocks = isize >> BLOCK_SIZE_BITS;
#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
#define ROMBSBITS BLOCK_SIZE_BITS
nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
>> BLOCK_SIZE_BITS;
nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)