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

/openbsd-current/bin/df/
H A Dext2fs_df.c93 sfsp->f_files = sblock.e2fs_icount;
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_bswap.c55 new->e2fs_icount = swap32(old->e2fs_icount);
H A Dext2fs.h107 u_int32_t e2fs_icount; /* Inode count */ member in struct:ext2fs
H A Dext2fs_alloc.c509 if (ino > fs->e2fs.e2fs_icount || ino < EXT2_FIRSTINO)
H A Dext2fs_lookup.c726 else if (letoh32(de->e2d_ino) > VTOI(dp)->i_e2fs->e2fs.e2fs_icount)
H A Dext2fs_vfsops.c687 sbp->f_files = fs->e2fs.e2fs_icount;
/openbsd-current/sbin/fsck_ext2fs/
H A Dpass5.c112 if (j > fs->e2fs.e2fs_icount) {
H A Dsetup.c392 bp->b_un.b_fs->e2fs_icount = letoh32(sblock.e2fs.e2fs_icount);
H A Dpass1.c111 i < sblock.e2fs.e2fs_ipg && inumber <= sblock.e2fs.e2fs_icount;
/openbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c335 sblock.e2fs.e2fs_icount = num_inodes;

Completed in 139 milliseconds