Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass5.c215 char *actual_buf, *bitmap_buf; in check_block_bitmaps() local
219 bitmap_buf = (char *) e2fsck_allocate_memory(ctx, fs->blocksize, in check_block_bitmaps()
296 memset(bitmap_buf, 0, nbytes); in check_block_bitmaps()
300 bitmap_buf); in check_block_bitmaps()
304 if (memcmp(actual_buf, bitmap_buf, nbytes) != 0) in check_block_bitmaps()
528 ext2fs_free_mem(&bitmap_buf); in check_block_bitmaps()