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

/freebsd-10.3-release/sbin/fsck_ffs/
H A Dpass1b.c108 if (dlp == muldup)
111 if (muldup == 0 || duphead == muldup->next) {
H A Dpass1.c503 if (muldup == 0) {
504 duplist = muldup = new;
507 new->next = muldup->next;
508 muldup->next = new;
510 for (dlp = duplist; dlp != muldup; dlp = dlp->next)
513 if (dlp == muldup && dlp->dup != blkno)
514 muldup = new;
H A Dfsck.h249 * list (from duplist through the node pointed to by muldup)
251 * found. The second part of the list (from muldup to the end)
254 * necessary to search from duplist through muldup. To find the
264 * duplist muldup
271 struct dups *muldup; /* end of unique duplicate dup block numbers */ variable in typeref:struct:dups
H A Dmain.c531 muldup = (struct dups *)0;

Completed in 46 milliseconds