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

/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass1b.c108 if (dlp == muldup)
111 if (muldup == NULL || duphead == muldup->next) {
H A Dpass1.c547 if (muldup == NULL) {
548 duplist = muldup = new;
551 new->next = muldup->next;
552 muldup->next = new;
554 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
557 if (dlp == muldup && dlp->dup != blkno)
558 muldup = new;
H A Dglobs.c118 struct dups *muldup; variable in typeref:struct:dups
H A Dfsck.h251 * list (from duplist through the node pointed to by muldup)
253 * found. The second part of the list (from muldup to the end)
256 * necessary to search from duplist through muldup. To find the
266 * duplist muldup
273 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
H A Dmain.c543 muldup = (struct dups *)0;

Completed in 172 milliseconds