Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/quotacheck/
H A Dquotacheck.c591 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
611 lastinum += partialcnt; in getnextinode()
650 partialcnt = sblock.fs_ipg % fullcnt; in setinodebuf()
651 partialsize = partialcnt * ((sblock.fs_magic == FS_UFS1_MAGIC) ? in setinodebuf()
653 if (partialcnt != 0) { in setinodebuf()
656 partialcnt = fullcnt; in setinodebuf()
/freebsd-12.1/sbin/fsck_ffs/
H A Dinode.c316 static long readcount, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
337 lastinum += partialcnt; in getnextinode()
423 partialcnt = sblock.fs_ipg % fullcnt; in setinodebuf()
424 partialsize = partialcnt * ((sblock.fs_magic == FS_UFS1_MAGIC) ? in setinodebuf()
426 if (partialcnt != 0) { in setinodebuf()
429 partialcnt = fullcnt; in setinodebuf()