Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass5.c215 char *actual_buf, *bitmap_buf; in check_block_bitmaps() local
217 actual_buf = (char *) e2fsck_allocate_memory(ctx, fs->blocksize, in check_block_bitmaps()
292 actual_buf); in check_block_bitmaps()
304 if (memcmp(actual_buf, bitmap_buf, nbytes) != 0) in check_block_bitmaps()
306 n = ext2fs_bitcount(actual_buf, nbytes); in check_block_bitmaps()
527 ext2fs_free_mem(&actual_buf); in check_block_bitmaps()