BLOCK_SIZE_BITS   354 fs/minix/itree_common.c 	blocks = (size + sb->s_blocksize - 1) >> (BLOCK_SIZE_BITS + k);
BLOCK_SIZE_BITS   210 fs/partitions/acorn.c 		start_blk += nr_sects >> (BLOCK_SIZE_BITS - 9);
BLOCK_SIZE_BITS   117 fs/quota_v1.c  	blocks = isize >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS    28 include/linux/fs.h #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
BLOCK_SIZE_BITS     7 include/linux/romfs_fs.h #define ROMBSBITS BLOCK_SIZE_BITS
BLOCK_SIZE_BITS    90 init/do_mounts_rd.c 		nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS    98 init/do_mounts_rd.c 		nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;