Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c717 static int64_t partialcnt, partialsize; variable
746 lastinum += partialcnt; in getnextinode()
797 partialcnt = sblock.fs_ipg % fullcnt; in resetinodebuf()
798 partialsize = partialcnt * sizeof (struct dinode); in resetinodebuf()
799 if (partialcnt != 0) { in resetinodebuf()
802 partialcnt = fullcnt; in resetinodebuf()