Searched refs:readpercg (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sbin/fsck_ext2fs/ |
| D | inode.c | 419 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 436 if (readcnt % readpercg == 0) { in getnextinode() 462 readpercg = sblock.e2fs.e2fs_ipg / fullcnt; in resetinodebuf() 466 readpercg++; in resetinodebuf()
|
| /netbsd/src/usr.sbin/quotacheck/ |
| D | quotacheck.c | 731 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 751 if (readcnt % readpercg == 0) { in getnextinode() 791 readpercg = sblock.fs_ipg / fullcnt; in setinodebuf() 795 readpercg++; in setinodebuf()
|
| /netbsd/src/sbin/fsck_ffs/ |
| D | inode.c | 398 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 416 if (readcnt % readpercg == 0) { in getnextinode() 456 readpercg = sblock->fs_ipg / fullcnt; in setinodebuf() 460 readpercg++; in setinodebuf()
|