Searched refs:fullcnt (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 441 lastinum += fullcnt; in getnextinode() 461 fullcnt = inobufsize / EXT2_DINODE_SIZE(&sblock); in resetinodebuf() 462 readpercg = sblock.e2fs.e2fs_ipg / fullcnt; in resetinodebuf() 463 partialcnt = sblock.e2fs.e2fs_ipg % fullcnt; in resetinodebuf() 468 partialcnt = fullcnt; in resetinodebuf()
|
| /netbsd/src/usr.sbin/quotacheck/ |
| D | quotacheck.c | 731 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 756 lastinum += fullcnt; in getnextinode() 790 fullcnt = inobufsize / (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE); in setinodebuf() 791 readpercg = sblock.fs_ipg / fullcnt; in setinodebuf() 792 partialcnt = sblock.fs_ipg % fullcnt; in setinodebuf() 797 partialcnt = fullcnt; in setinodebuf()
|
| /netbsd/src/sbin/fsck_ffs/ |
| D | inode.c | 398 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 421 lastinum += fullcnt; in getnextinode() 455 fullcnt = inobufsize / (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE); in setinodebuf() 456 readpercg = sblock->fs_ipg / fullcnt; in setinodebuf() 457 partialcnt = sblock->fs_ipg % fullcnt; in setinodebuf() 462 partialcnt = fullcnt; in setinodebuf()
|