Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dpass1b.c108 if (dlp == muldup) in pass1bcheck()
111 if (muldup == NULL || duphead == muldup->next) { in pass1bcheck()
H A Dpass1.c585 if (muldup == NULL) { in pass1check()
586 duplist = muldup = new; in pass1check()
589 new->next = muldup->next; in pass1check()
590 muldup->next = new; in pass1check()
592 for (dlp = duplist; dlp != muldup; dlp = dlp->next) in pass1check()
595 if (dlp == muldup && dlp->dup != blkno) in pass1check()
596 muldup = new; in pass1check()
H A Dglobs.c106 struct dups *muldup; variable
H A Dfsck.h273 * list (from duplist through the node pointed to by muldup)
275 * found. The second part of the list (from muldup to the end)
278 * necessary to search from duplist through muldup. To find the
288 * duplist muldup
295 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dmain.c532 muldup = (struct dups *)0; in checkfilesys()