Home
last modified time | relevance | path

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

/openbsd/sys/ufs/ext2fs/
H A Dext2fs_bswap.c104 new[i].ext2bgd_i_bitmap = swap32(old[i].ext2bgd_i_bitmap); in e2fs_cg_bswap()
H A Dext2fs_alloc.c405 fs->e2fs_gd[cg].ext2bgd_i_bitmap), (int)fs->e2fs_bsize, &bp); in ext2fs_nodealloccg()
514 fsbtodb(fs, fs->e2fs_gd[cg].ext2bgd_i_bitmap), in ext2fs_inode_free()
H A Dext2fs.h348 u_int32_t ext2bgd_i_bitmap; /* inodes bitmap block */ member
/openbsd/sbin/fsck_ext2fs/
H A Dpass5.c91 ino_bitmap = getdatablk(letoh32(fs->e2fs_gd[c].ext2bgd_i_bitmap), in pass5()
94 getblk(ino_bitmap, letoh32(fs->e2fs_gd[c].ext2bgd_i_bitmap), in pass5()
H A Dpass1.c80 if (letoh32(sblock.e2fs_gd[c].ext2bgd_i_bitmap) >= dbase) in pass1()
81 setbmap(letoh32(sblock.e2fs_gd[c].ext2bgd_i_bitmap)); in pass1()
/openbsd/sbin/newfs_ext2fs/
H A Dmke2fs.c491 gd[cylno].ext2bgd_i_bitmap = boffset; in mke2fs()
731 wtfs(fsbtodb(&sblock, gd[cylno].ext2bgd_i_bitmap), sblock.e2fs_bsize, in initcg()
1321 rdfs(fsbtodb(&sblock, gd[0].ext2bgd_i_bitmap), in iput()
1329 wtfs(fsbtodb(&sblock, gd[0].ext2bgd_i_bitmap), in iput()