Home
last modified time | relevance | path

Searched refs:f_rnext (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/filesync/
H A Danal.c197 for (fp = changes; fp; fp = fp->f_rnext) in analyze()
317 for (fp = changes; fp; fp = fp->f_rnext) { in summary()
683 for (lp = changes; lp; lp = lp->f_rnext) { in find_link()
746 for (lp = changes; lp; lp = lp->f_rnext) { in find_link()
843 for (lp = changes; lp; lp = lp->f_rnext) { in has_other_links()
911 for (lp = changes; lp; lp = lp->f_rnext) { in link_update()
1014 for (pp = &changes; (np = *pp) != 0; pp = &np->f_rnext) { in queue_file()
1024 fp->f_rnext = np; in queue_file()
H A Ddatabase.h230 struct file *f_rnext; /* reconciliation chain ptr */ member