Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c710 static int cacheoff = 0; in getino() local
726 icacheval[cacheoff] = lasti; in getino()
727 bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0])); in getino()
729 if (++cacheoff >= CACHESIZE) in getino()
730 cacheoff = 0; in getino()
781 static int cacheoff = 0; in bread() local
843 dest = bcache + (cacheoff * DEV_BSIZE); in bread()
844 bcacheval[cacheoff] = da; in bread()
845 if (++cacheoff >= CACHESIZE) in bread()
846 cacheoff = 0; in bread()