Searched refs:readpercg (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sbin/quotacheck/ |
| D | quotacheck.c | 591 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 609 if (readcnt % readpercg == 0) { in getnextinode() 649 readpercg = sblock.fs_ipg / fullcnt; in setinodebuf() 654 readpercg++; in setinodebuf()
|
| /freebsd-12-stable/sbin/fsck_ffs/ |
| D | inode.c | 316 static long readcount, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 335 if (readcount % readpercg == 0) { in getnextinode() 422 readpercg = sblock.fs_ipg / fullcnt; in setinodebuf() 427 readpercg++; in setinodebuf()
|