Searched refs:muldup (Results 1 – 5 of 5) sorted by relevance
108 if (dlp == muldup) in pass1bcheck()111 if (muldup == NULL || duphead == muldup->next) { in pass1bcheck()
585 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()
106 struct dups *muldup; variable
273 * 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 the288 * duplist muldup295 extern struct dups *muldup; /* end of unique duplicate dup block numbers */
532 muldup = (struct dups *)0; in checkfilesys()