HomeSort by: relevance | last modified time | path
    Searched refs:e2fs_ipg (Results 1 - 12 of 12) sorted by relevancy

  /src/sbin/fsck_ext2fs/
pass5.c 112 nifree = fs->e2fs.e2fs_ipg;
136 j = fs->e2fs.e2fs_ipg * c + 1;
138 for (i = 0; i < fs->e2fs.e2fs_ipg; j++, i++) {
172 for (i = fs->e2fs.e2fs_ipg / NBBY; i < (uint32_t)fs->e2fs_bsize; i++)
pass1b.c 92 for (i = 0; i < sblock.e2fs.e2fs_ipg; i++, inumber++) {
setup.c 196 maxino = sblock.e2fs_ncg * sblock.e2fs.e2fs_ipg;
344 sblock.e2fs_itpg = howmany(sblock.e2fs.e2fs_ipg, sblock.e2fs_ipb);
467 bp->b_un.b_fs->e2fs_ipg = h2fs32(sblock.e2fs.e2fs_ipg);
inode.c 91 (((x)-1) % (fs)->e2fs.e2fs_ipg)/(fs)->e2fs_ipb)
462 readpercg = sblock.e2fs.e2fs_ipg / fullcnt;
463 partialcnt = sblock.e2fs.e2fs_ipg % fullcnt;
pass1.c 144 j < sblock.e2fs.e2fs_ipg && inumber <= sblock.e2fs.e2fs_icount;
  /src/sys/ufs/ext2fs/
ext2fs_alloc.c 188 ipref = cg * fs->e2fs.e2fs_ipg + 1;
468 KASSERT(fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree) == fs->e2fs.e2fs_ipg);
474 ipref %= fs->e2fs.e2fs_ipg;
479 len = howmany(fs->e2fs.e2fs_ipg - ipref, NBBY);
506 return cg * fs->e2fs.e2fs_ipg + ipref + 1;
592 ino = (ino - 1) % fs->e2fs.e2fs_ipg;
682 (ioff + 1) >= (fs->e2fs.e2fs_ipg -
685 h2fs16(fs->e2fs.e2fs_ipg - (ioff + 1));
890 ioff = fs->e2fs.e2fs_ipg - fs2h16(gd->ext2bgd_itable_unused_lo);
ext2fs_bswap.c 59 new->e2fs_ipg = bswap32(old->e2fs_ipg);
ext2fs.h 151 uint32_t e2fs_ipg; /* inodes per group */ member in struct:ext2fs
525 #define ino_to_cg(fs, x) (((x) - 1) / (fs)->e2fs.e2fs_ipg)
530 (((x) - 1) % (fs)->e2fs.e2fs_ipg) / (fs)->e2fs_ipb)
ext2fs_vfsops.c 1258 ufh.ufid_ino >= fs->e2fs_ncg * fs->e2fs.e2fs_ipg)
1375 if (fs->e2fs_ipg == 0) {
1433 m_fs->e2fs_itpg = fs->e2fs_ipg / m_fs->e2fs_ipb;
  /src/sbin/newfs_ext2fs/
mke2fs.c 353 sblock.e2fs.e2fs_ipg = inodes_per_cg;
513 sblock.e2fs.e2fs_ipg-EXT2_RESERVED_INODES);
516 h2fs16(sblock.e2fs.e2fs_ipg);
539 sblock.e2fs.e2fs_bpg, sblock.e2fs.e2fs_ipg);
742 * Assume e2fs_ipg is a multiple of NBBY since
744 * Note even (possibly smaller) the last group has the same e2fs_ipg.
746 i = sblock.e2fs.e2fs_ipg / NBBY;
1364 if (ino >= sblock.e2fs.e2fs_ipg * sblock.e2fs_ncg)
  /src/sys/lib/libsa/
ext2fs.c 452 fs->e2fs_itpg = fs->e2fs.e2fs_ipg / fs->e2fs_ipb;
904 new->e2fs_ipg = bswap32(old->e2fs_ipg);
994 printf("fs->e2fs.e2fs_ipg = %u\n", fs->e2fs.e2fs_ipg);
  /src/usr.sbin/installboot/
ext2fs.c 157 fs->e2fs_itpg = fs->e2fs.e2fs_ipg / fs->e2fs_ipb;

Completed in 19 milliseconds