Home
last modified time | relevance | path

Searched refs:block_bitmap (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DEncryptInplace.cpp172 u8* block_bitmap = 0; in encrypt_groups() local
183 block_bitmap = (u8*)malloc(info.block_size); in encrypt_groups()
184 if (!block_bitmap) { in encrypt_groups()
197 ret = pread64(data->realfd, block_bitmap, info.block_size, offset); in encrypt_groups()
210 : bitmap_get_bit(block_bitmap, block); in encrypt_groups()
244 free(block_bitmap); in encrypt_groups()
/system/extras/ext4_utils/include/ext4_utils/
Dext4.h180 __u64 block_bitmap; member