Home
last modified time | relevance | path

Searched refs:e2fs_itpg (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sbin/fsck_ext2fs/
H A Dsetup.c344 sblock.e2fs_itpg = howmany(sblock.e2fs.e2fs_ipg, sblock.e2fs_ipb); in readsb()
548 sblock.e2fs_itpg; in cgoverhead()
H A Dpass1.c104 for (i = 0; i < sblock.e2fs_itpg; i++) in pass1()
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c344 sblock.e2fs_itpg = iblocks_per_cg; in mke2fs()
765 for (i = 0; i < sblock.e2fs_itpg; i++) { in initcg()
859 overh = NBLOCK_BLOCK_BITMAP + NBLOCK_INODE_BITMAP + sblock.e2fs_itpg; in cgoverhead()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c452 fs->e2fs_itpg = fs->e2fs.e2fs_ipg / fs->e2fs_ipb; in read_sblock()
1018 printf("fs->e2fs_itpg = %u\n", fs->e2fs_itpg); in dump_sblock()
/netbsd-src/usr.sbin/installboot/
H A Dext2fs.c157 fs->e2fs_itpg = fs->e2fs.e2fs_ipg / fs->e2fs_ipb; in ext2fs_read_sblock()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs.h254 int32_t e2fs_itpg; /* number of inode table blocks per group */ member
H A Dext2fs_vfsops.c896 fs->e2fs_itpg; in ext2fs_statvfs()
1437 m_fs->e2fs_itpg = fs->e2fs_ipg / m_fs->e2fs_ipb; in ext2fs_sbfill()
H A Dext2fs_alloc.c893 for(i = ioff / fs->e2fs_ipb; i < fs->e2fs_itpg; i++) { in ext2fs_cg_verify_and_initialize()