Searched refs:partialcnt (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 438 lastinum += partialcnt; in getnextinode() 463 partialcnt = sblock.e2fs.e2fs_ipg % fullcnt; in resetinodebuf() 464 partialsize = partialcnt * EXT2_DINODE_SIZE(&sblock); in resetinodebuf() 465 if (partialcnt != 0) { 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 753 lastinum += partialcnt; in getnextinode() 792 partialcnt = sblock.fs_ipg % fullcnt; in setinodebuf() 793 partialsize = partialcnt * (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE); in setinodebuf() 794 if (partialcnt != 0) { in setinodebuf() 797 partialcnt = fullcnt; in setinodebuf()
|
| /netbsd/src/sbin/fsck_ffs/ |
| D | inode.c | 398 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable 418 lastinum += partialcnt; in getnextinode() 457 partialcnt = sblock->fs_ipg % fullcnt; in setinodebuf() 458 partialsize = partialcnt * (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE); in setinodebuf() 459 if (partialcnt != 0) { in setinodebuf() 462 partialcnt = fullcnt; in setinodebuf()
|