Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass5.c325 char *actual_buf, *bitmap_buf; in check_block_bitmaps() local
327 actual_buf = (char *) e2fsck_allocate_memory(ctx, fs->blocksize, in check_block_bitmaps()
397 actual_buf); in check_block_bitmaps()
405 if (memcmp(actual_buf, bitmap_buf, nbytes) != 0) in check_block_bitmaps()
407 n = ext2fs_bitcount(actual_buf, nbytes); in check_block_bitmaps()
557 ext2fs_free_mem(&actual_buf); in check_block_bitmaps()