Searched refs:partialcnt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sbin/quotacheck/ |
| H A D | quotacheck.c | 589 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 609 lastinum += partialcnt; in getnextinode() 648 partialcnt = sblock.fs_ipg % fullcnt; in setinodebuf() 649 partialsize = partialcnt * ((sblock.fs_magic == FS_UFS1_MAGIC) ? in setinodebuf() 651 if (partialcnt != 0) { in setinodebuf() 654 partialcnt = fullcnt; in setinodebuf()
|
| /freebsd-14.2/sbin/fsck_ffs/ |
| H A D | inode.c | 520 static long readcount, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 542 lastinum += partialcnt; in getnextinode() 655 partialcnt = inosused % fullcnt; in setinodebuf() 657 partialcnt * ((sblock.fs_magic == FS_UFS1_MAGIC) ? in setinodebuf() 659 if (partialcnt != 0) { in setinodebuf() 662 partialcnt = fullcnt; in setinodebuf()
|