Searched refs:ino_bitmap (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sbin/fsck_ext2fs/ |
H A D | pass5.c | 91 struct bufarea *ino_bitmap = NULL, *blk_bitmap = NULL; in pass5() local 122 if (ino_bitmap == NULL) { in pass5() 123 ino_bitmap = getdatablk(fs2h32(fs->e2fs_gd[c].ext2bgd_i_bitmap), in pass5() 126 getblk(ino_bitmap, fs2h32(fs->e2fs_gd[c].ext2bgd_i_bitmap), in pass5() 233 if (debug && memcmp(ino_bitmap->b_un.b_buf, ibmap, fs->e2fs_bsize)) { in pass5() 235 print_bmap(ino_bitmap->b_un.b_buf, fs->e2fs_bsize); in pass5() 241 if (memcmp(ino_bitmap->b_un.b_buf, ibmap, fs->e2fs_bsize) && in pass5() 243 memcpy(ino_bitmap->b_un.b_buf, ibmap, fs->e2fs_bsize); in pass5() 244 dirty(ino_bitmap); in pass5()
|
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | schizo.c | 150 uint64_t reg, eccctrl, ino_bitmap; in schizo_attach() local 329 ino_bitmap = __BIT(SCZ_PCIERR_A_INO); in schizo_attach() 331 ino_bitmap = __BIT(SCZ_PCIERR_B_INO); in schizo_attach() 332 ino_bitmap |= __BIT(SCZ_UE_INO) | __BIT(SCZ_CE_INO) | in schizo_attach() 335 ino_bitmap = (uint64_t) ino_bitmaps[1] << 32 | ino_bitmaps[0]; in schizo_attach() 336 DPRINTF(SDB_INTR, ("ino_bitmap=0x%016" PRIx64 "\n", ino_bitmap)); in schizo_attach() 338 if (ino_bitmap & __BIT(SCZ_PCIERR_A_INO)) in schizo_attach() 341 if (ino_bitmap & __BIT(SCZ_PCIERR_B_INO)) in schizo_attach() 344 if (ino_bitmap & __BIT(SCZ_UE_INO)) in schizo_attach() 347 if (ino_bitmap & __BIT(SCZ_CE_INO)) in schizo_attach() [all …]
|