Searched refs:e2fs_itpg (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c303 sblock.e2fs_itpg = sblock.e2fs.e2fs_ipg/sblock.e2fs_ipb;
505 sblock.e2fs_itpg;
H A Dpass1.c71 for (i = 0; i < sblock.e2fs_itpg; i++)
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h178 int32_t e2fs_itpg; /* number of inode table per group */ member in struct:m_ext2fs
H A Dext2fs_vfsops.c369 fs->e2fs_itpg = fs->e2fs.e2fs_ipg / fs->e2fs_ipb;
668 fs->e2fs_itpg;
/openbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c339 sblock.e2fs_itpg = iblocks_per_cg;
742 for (i = 0; i < sblock.e2fs_itpg; i++) {
835 overh = NBLOCK_BLOCK_BITMAP + NBLOCK_INODE_BITMAP + sblock.e2fs_itpg;

Completed in 157 milliseconds