Lines Matching refs:follow
898 int32_t prev, count, follow; in truncAtCluster() local
902 follow = extractStartCluster(entry); in truncAtCluster()
903 while (follow != cluster && follow >= FIRST_CLUSTER && in truncAtCluster()
904 follow <= LastCluster) { in truncAtCluster()
905 prev = follow; in truncAtCluster()
907 follow = nextInChain(follow); in truncAtCluster()
909 if (follow != cluster) { in truncAtCluster()
951 if ((follow = nextInChain(follow)) != 0) in truncAtCluster()
1232 int32_t follow; in checkForFATLoop() local
1237 follow = nextInChain(clusterNum); in checkForFATLoop()
1238 while (follow != clusterNum && follow >= FIRST_CLUSTER && in checkForFATLoop()
1239 follow <= LastCluster) { in checkForFATLoop()
1240 prev = follow; in checkForFATLoop()
1241 follow = nextInChain(follow); in checkForFATLoop()
1243 if (follow == clusterNum) { in checkForFATLoop()