Searched refs:BLOCK_SIZE_BITS (Results 1 – 14 of 14) 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
32 #define BLOCK_SIZE_BITS 10 macro33 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
28 #define BLOCK_SIZE_BITS 10 macro
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()
3745 size = i_size_read(rdev->bdev->bd_inode) >> BLOCK_SIZE_BITS; in md_import_device()