Searched refs:fullcnt (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dinode.c399 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
421 lastinum += fullcnt;
441 fullcnt = inobufsize / EXT2_DINODE_SIZE(&sblock);
442 readpercg = sblock.e2fs.e2fs_ipg / fullcnt;
443 partialcnt = sblock.e2fs.e2fs_ipg % fullcnt;
448 partialcnt = fullcnt;
/netbsd-6-1-5-RELEASE/usr.sbin/quotacheck/
H A Dquotacheck.c716 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
741 lastinum += fullcnt;
775 fullcnt = inobufsize / (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE);
776 readpercg = sblock.fs_ipg / fullcnt;
777 partialcnt = sblock.fs_ipg % fullcnt;
782 partialcnt = fullcnt;
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dinode.c388 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
411 lastinum += fullcnt;
445 fullcnt = inobufsize / (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE);
446 readpercg = sblock->fs_ipg / fullcnt;
447 partialcnt = sblock->fs_ipg % fullcnt;
452 partialcnt = fullcnt;

Completed in 111 milliseconds