Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c709 static ino_t icacheval[CACHESIZE], lasti = 0; in getino() local
714 lasti = ino; in getino()
726 icacheval[cacheoff] = lasti; in getino()
727 bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0])); in getino()
728 lasti = ino; in getino()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c127 uint32_t lasti = i; in map_frag() local
144 if (i == lasti) { in map_frag()
148 lasti = i; in map_frag()