Searched refs:EXT4_SIZE_TO_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
46 EXT4_SIZE_TO_BLOCK_SIZE = 8 # ext4: 4KB, block device block size: 512B variable184 self.blk_len = len * EXT4_SIZE_TO_BLOCK_SIZE194 ext4_offset = block_offset / EXT4_SIZE_TO_BLOCK_SIZE197 ext4_len = block_len / EXT4_SIZE_TO_BLOCK_SIZE291 pblk = int(match.group(7)) * EXT4_SIZE_TO_BLOCK_SIZE # address in ext4 blocks, ...