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

  /src/sys/ufs/ext2fs/
ext2fs_bswap.c 49 new->e2fs_icount = bswap32(old->e2fs_icount);
ext2fs.h 141 uint32_t e2fs_icount; /* Inode count */ member in struct:ext2fs
ext2fs_lookup.c 853 VTOI(dp)->i_e2fs->e2fs.e2fs_icount)
ext2fs_alloc.c 574 if ((u_int)ino > fs->e2fs.e2fs_icount || (u_int)ino < EXT2_FIRSTINO)
ext2fs_vfsops.c 926 sbp->f_files = fs->e2fs.e2fs_icount;
  /src/sbin/fsck_ext2fs/
pass5.c 144 if (j > fs->e2fs.e2fs_icount) {
setup.c 456 bp->b_un.b_fs->e2fs_icount = h2fs32(sblock.e2fs.e2fs_icount);
pass1.c 144 j < sblock.e2fs.e2fs_ipg && inumber <= sblock.e2fs.e2fs_icount;
  /src/sys/lib/libsa/
ext2fs.c 894 new->e2fs_icount = bswap32(old->e2fs_icount);
  /src/sbin/newfs_ext2fs/
mke2fs.c 340 sblock.e2fs.e2fs_icount = num_inodes;

Completed in 50 milliseconds