Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c716 static int64_t readcnt, readpercg, fullcnt, inobufsize; variable
751 lastinum += fullcnt; in getnextinode()
795 fullcnt = inobufsize / sizeof (struct dinode); in resetinodebuf()
796 readpercg = sblock.fs_ipg / fullcnt; in resetinodebuf()
797 partialcnt = sblock.fs_ipg % fullcnt; in resetinodebuf()
802 partialcnt = fullcnt; in resetinodebuf()