Searched refs:blk_bitmap (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sbin/fsck_ext2fs/ |
H A D | pass5.c | 59 struct bufarea *ino_bitmap = NULL, *blk_bitmap = NULL; in pass5() local 83 if (blk_bitmap == NULL) { in pass5() 84 blk_bitmap = getdatablk(letoh32(fs->e2fs_gd[c].ext2bgd_b_bitmap), in pass5() 87 getblk(blk_bitmap, letoh32(fs->e2fs_gd[c].ext2bgd_b_bitmap), in pass5() 187 if (debug && memcmp(blk_bitmap->b_un.b_buf, bbmap, fs->e2fs_bsize)) { in pass5() 189 print_bmap(blk_bitmap->b_un.b_buf, fs->e2fs_bsize); in pass5() 196 if (memcmp(blk_bitmap->b_un.b_buf, bbmap, fs->e2fs_bsize) && in pass5() 198 memcpy(blk_bitmap->b_un.b_buf, bbmap, fs->e2fs_bsize); in pass5() 199 dirty(blk_bitmap); in pass5()
|