Searched refs:block_bitmap (Results 1 – 2 of 2) sorted by relevance
172 u8* block_bitmap = 0; in encrypt_groups() local183 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()
180 __u64 block_bitmap; member