Home
last modified time | relevance | path

Searched refs:readpercg (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sbin/fsck_ext2fs/
Dinode.c419 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/
Dquotacheck.c731 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/
Dinode.c398 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()