Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/quotacheck/
H A Dquotacheck.c731 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
752 size = partialsize; in getnextinode()
793 partialsize = partialcnt * (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE); in setinodebuf()
798 partialsize = inobufsize; in setinodebuf()
/netbsd-src/sbin/fsck_ext2fs/
H A Dinode.c419 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
437 size = partialsize; in getnextinode()
464 partialsize = partialcnt * EXT2_DINODE_SIZE(&sblock); in resetinodebuf()
469 partialsize = inobufsize; in resetinodebuf()
/netbsd-src/sbin/fsck_ffs/
H A Dinode.c398 long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
417 size = partialsize; in getnextinode()
458 partialsize = partialcnt * (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE); in setinodebuf()
463 partialsize = inobufsize; in setinodebuf()