Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Danal.c196 for (fp = changes; fp; fp = fp->f_rnext) in analyze()
316 for (fp = changes; fp; fp = fp->f_rnext) { in summary()
682 for (lp = changes; lp; lp = lp->f_rnext) { in find_link()
745 for (lp = changes; lp; lp = lp->f_rnext) { in find_link()
842 for (lp = changes; lp; lp = lp->f_rnext) { in has_other_links()
910 for (lp = changes; lp; lp = lp->f_rnext) { in link_update()
1013 for (pp = &changes; (np = *pp) != 0; pp = &np->f_rnext) { in queue_file()
1023 fp->f_rnext = np; in queue_file()
H A Ddatabase.h228 struct file *f_rnext; /* reconciliation chain ptr */ member