Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/backup/dump/
H A Ddumptraverse.c743 static ino_t icacheval[CACHESIZE], lasti = 0; local
748 lasti = ino;
760 icacheval[cacheoff] = lasti;
761 bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0]));
762 lasti = ino;
/titanic_44/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()