Searched refs:partialcnt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sbin/quotacheck/ |
| H A D | quotacheck.c | 591 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-13.1/sbin/fsck_ffs/ |
| H A D | inode.c | 488 static long readcount, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 510 lastinum += partialcnt; in getnextinode() 620 partialcnt = inosused % fullcnt; in setinodebuf() 622 partialcnt * ((sblock.fs_magic == FS_UFS1_MAGIC) ? in setinodebuf() 624 if (partialcnt != 0) { in setinodebuf() 627 partialcnt = fullcnt; in setinodebuf()
|