BLOCK_SIZE_BITS   209 block/partitions/acorn.c 		start_blk += nr_sects >> (BLOCK_SIZE_BITS - 9);
BLOCK_SIZE_BITS  3594 drivers/md/md.c 	size = i_size_read(rdev->bdev->bd_inode) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS   355 fs/minix/itree_common.c 	blocks = (size + sb->s_blocksize - 1) >> (BLOCK_SIZE_BITS + k);
BLOCK_SIZE_BITS   140 fs/quota/quota_v1.c 	blocks = isize >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS    41 include/uapi/linux/fs.h #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
BLOCK_SIZE_BITS    11 include/uapi/linux/romfs_fs.h #define ROMBSBITS BLOCK_SIZE_BITS
BLOCK_SIZE_BITS   104 init/do_mounts_rd.c 		nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS   112 init/do_mounts_rd.c 		nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS   122 init/do_mounts_rd.c 			 >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS   136 init/do_mounts_rd.c 		nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
BLOCK_SIZE_BITS    41 tools/include/uapi/linux/fs.h #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)