Home
last modified time | relevance | path

Searched refs:e2fs_icount (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_bswap.c49 new->e2fs_icount = bswap32(old->e2fs_icount); in e2fs_sb_bswap()
H A Dext2fs.h141 uint32_t e2fs_icount; /* Inode count */ member
H A Dext2fs_alloc.c574 if ((u_int)ino > fs->e2fs.e2fs_icount || (u_int)ino < EXT2_FIRSTINO) in ext2fs_vfree()
H A Dext2fs_lookup.c853 VTOI(dp)->i_e2fs->e2fs.e2fs_icount) in ext2fs_dirbadentry()
H A Dext2fs_vfsops.c930 sbp->f_files = fs->e2fs.e2fs_icount; in ext2fs_statvfs()
/netbsd-src/sbin/fsck_ext2fs/
H A Dsetup.c456 bp->b_un.b_fs->e2fs_icount = h2fs32(sblock.e2fs.e2fs_icount); in copyback_sb()
H A Dpass5.c144 if (j > fs->e2fs.e2fs_icount) { in pass5()
H A Dpass1.c144 j < sblock.e2fs.e2fs_ipg && inumber <= sblock.e2fs.e2fs_icount; in pass1()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c894 new->e2fs_icount = bswap32(old->e2fs_icount); in e2fs_sb_bswap()
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c340 sblock.e2fs.e2fs_icount = num_inodes; in mke2fs()