Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_ext2fs/
H A Dpass5.c116 blk_bitmap = getdatablk(fs2h32(fs->e2fs_gd[c].ext2bgd_b_bitmap), in pass5()
119 getblk(blk_bitmap, fs2h32(fs->e2fs_gd[c].ext2bgd_b_bitmap), in pass5()
H A Dpass1.c110 if (fs2h32(sblock.e2fs_gd[c].ext2bgd_b_bitmap) >= dbase) in pass1()
111 setbmap(fs2h32(sblock.e2fs_gd[c].ext2bgd_b_bitmap)); in pass1()
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c498 gd[cylno].ext2bgd_b_bitmap = h2fs32(boffset); in mke2fs()
736 wtfs(EXT2_FSBTODB(&sblock, fs2h32(gd[cylno].ext2bgd_b_bitmap)), in initcg()
1271 rdfs(EXT2_FSBTODB(&sblock, fs2h32(gd[0].ext2bgd_b_bitmap)), in alloc()
1306 wtfs(EXT2_FSBTODB(&sblock, fs2h32(gd[0].ext2bgd_b_bitmap)), in alloc()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c353 fs2h32(fs->e2fs_gd[cg].ext2bgd_b_bitmap), in ext2fs_alloccg()
536 fs2h32(fs->e2fs_gd[cg].ext2bgd_b_bitmap), in ext2fs_blkfree()
H A Dext2fs.h419 uint32_t ext2bgd_b_bitmap; /* blocks bitmap block */ member