Home
last modified time | relevance | path

Searched refs:fullcnt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/quotacheck/
H A Dquotacheck.c573 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize;
596 lastinum += fullcnt; in getnextinode()
629 fullcnt = inobufsize / ((sblock.fs_magic == FS_UFS1_MAGIC) ? in setinodebuf()
631 readpercg = sblock.fs_ipg / fullcnt; in setinodebuf()
632 partialcnt = sblock.fs_ipg % fullcnt; in setinodebuf()
638 partialcnt = fullcnt; in setinodebuf()
577 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; global() variable
/freebsd/sbin/fsck_ffs/
H A Dinode.c520 static long readcount, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
546 lastinum += fullcnt; in getnextinode()
669 fullcnt = inobufsize / ((sblock.fs_magic == FS_UFS1_MAGIC) ? in setinodebuf()
671 readpercg = inosused / fullcnt; in setinodebuf()
672 partialcnt = inosused % fullcnt; in setinodebuf()
679 partialcnt = fullcnt; in setinodebuf()