Searched refs:cacheoff (Results 1 – 1 of 1) sorted by relevance
710 static int cacheoff = 0; in getino() local726 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() local843 dest = bcache + (cacheoff * DEV_BSIZE); in bread()844 bcacheval[cacheoff] = da; in bread()845 if (++cacheoff >= CACHESIZE) in bread()846 cacheoff = 0; in bread()