Lines Matching refs:curfile
601 while (curfile.ino < maxino) { in createleaves()
614 while (first < curfile.ino) { in createleaves()
635 if (first != curfile.ino) { in createleaves()
638 first, curfile.ino); in createleaves()
642 ep = lookupino(curfile.ino); in createleaves()
705 curfile.action = SKIP; in createfiles()
725 curfile.action = UNKNOWN; in createfiles()
735 while (curfile.ino > last) { in createfiles()
736 curfile.action = SKIP; in createfiles()
746 next = lowerbnd(curfile.ino); in createfiles()
749 while (next > curfile.ino && volno == curvol) in createfiles()
770 while (next < curfile.ino) { in createfiles()
788 if (next == curfile.ino && next <= last) { in createfiles()