/src/sbin/fsck_ext2fs/ |
inode.c | 419 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable in typeref:typename:long 436 if (readcnt % readpercg == 0) { 462 readpercg = sblock.e2fs.e2fs_ipg / fullcnt; 466 readpercg++;
|
/src/sbin/fsck_ffs/ |
inode.c | 398 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable in typeref:typename:long 416 if (readcnt % readpercg == 0) { 456 readpercg = sblock->fs_ipg / fullcnt; 460 readpercg++;
|
/src/usr.sbin/quotacheck/ |
quotacheck.c | 731 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable in typeref:typename:long 751 if (readcnt % readpercg == 0) { 791 readpercg = sblock.fs_ipg / fullcnt; 795 readpercg++;
|