Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dseq.h141 seq_consistent_nomb(const seq_t *seqp, seq_t oldseq) in seq_consistent_nomb() argument
144 return (*seqp == oldseq); in seq_consistent_nomb()
148 seq_consistent(const seq_t *seqp, seq_t oldseq) in seq_consistent() argument
152 return (seq_consistent_nomb(seqp, oldseq)); in seq_consistent()
/freebsd-12.1/sbin/fsck_ffs/
H A Dsuj.c136 static uint64_t oldseq; variable
2294 printf("Pruning up to %jd\n", oldseq); in suj_prune()
2297 if (seg->ss_rec.jsr_seq >= oldseq) in suj_prune()
2320 if (newseq != oldseq) { in suj_prune()
2326 newseq, oldseq); in suj_prune()
2351 oldseq, newseq-1); in suj_prune()
2614 if (rec->jsr_oldest > oldseq) in suj_read()
2615 oldseq = rec->jsr_oldest; in suj_read()
2775 oldseq = 0; in initsuj()