Searched refs:BLOCK_SIZE_BITS (Results 1 – 11 of 11) sorted by relevance
106 nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS; in identify_ramdisk_image()114 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; in identify_ramdisk_image()124 >> BLOCK_SIZE_BITS; in identify_ramdisk_image()138 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; in identify_ramdisk_image()
40 #define BLOCK_SIZE_BITS 10 macro41 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
11 #define ROMBSBITS BLOCK_SIZE_BITS
212 ilog2(NILFS_MAX_BLOCK_SIZE) - BLOCK_SIZE_BITS)) { in nilfs_get_blocksize()551 shift_bits > ilog2(NILFS_MAX_BLOCK_SIZE) - BLOCK_SIZE_BITS) in nilfs_sb2_bad_offset()554 index = offset >> (shift_bits + BLOCK_SIZE_BITS); in nilfs_sb2_bad_offset()
140 blocks = isize >> BLOCK_SIZE_BITS; in v1_check_quota_file()
208 start_blk += nr_sects >> (BLOCK_SIZE_BITS - 9); in adfspart_check_CUMANA()
361 blocks = (size + sb->s_blocksize - 1) >> (BLOCK_SIZE_BITS + k); in nblocks()
948 (EXT2_MAX_BLOCK_LOG_SIZE - BLOCK_SIZE_BITS)) { in ext2_fill_super()
3685 size = bdev_nr_bytes(rdev->bdev) >> BLOCK_SIZE_BITS; in md_import_device()