HomeSort by: relevance | last modified time | path
    Searched defs:fullcnt (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/fsck_ext2fs/
inode.c 419 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable in typeref:typename:long
441 lastinum += fullcnt;
461 fullcnt = inobufsize / EXT2_DINODE_SIZE(&sblock);
462 readpercg = sblock.e2fs.e2fs_ipg / fullcnt;
463 partialcnt = sblock.e2fs.e2fs_ipg % fullcnt;
468 partialcnt = fullcnt;
  /src/sbin/fsck_ffs/
inode.c 398 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable in typeref:typename:long
421 lastinum += fullcnt;
455 fullcnt = inobufsize / (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE);
456 readpercg = sblock->fs_ipg / fullcnt;
457 partialcnt = sblock->fs_ipg % fullcnt;
462 partialcnt = fullcnt;
  /src/usr.sbin/quotacheck/
quotacheck.c 731 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable in typeref:typename:long
756 lastinum += fullcnt;
790 fullcnt = inobufsize / (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE);
791 readpercg = sblock.fs_ipg / fullcnt;
792 partialcnt = sblock.fs_ipg % fullcnt;
797 partialcnt = fullcnt;

Completed in 13 milliseconds