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

/freebsd-13-stable/sbin/fsck_ffs/
H A Dpass1b.c114 if (dlp == muldup)
117 if (muldup == NULL || duphead == muldup->next) {
H A Dpass1.c568 if (muldup == NULL) {
569 duplist = muldup = new;
572 new->next = muldup->next;
573 muldup->next = new;
575 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
578 if (dlp == muldup && dlp->dup != blkno)
579 muldup = new;
H A Dglobs.c119 struct dups *muldup; variable in typeref:struct:dups
H A Dfsck.h282 * list (from duplist through the node pointed to by muldup)
284 * found. The second part of the list (from muldup to the end)
287 * necessary to search from duplist through muldup. To find the
297 * duplist muldup
304 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dmain.c607 muldup = (struct dups *)0;

Completed in 58 milliseconds