Lines Matching refs:nextInChain
758 c = nextInChain(c); in orphanChain()
763 c = nextInChain(c); in orphanChain()
907 follow = nextInChain(follow); in truncAtCluster()
951 if ((follow = nextInChain(follow)) != 0) in truncAtCluster()
1015 updateDirEnt_Start(ndp, nextInChain(endCluster)); in updateOrphanedChainMetadata()
1047 *orphanStart = nextInChain(problemCluster); in splitChain()
1077 n = nextInChain(c); in freeOrphan()
1094 c = nextInChain(c); in redoInUse()
1204 while (n = nextInChain(n)) in relinkFATOrphans()
1237 follow = nextInChain(clusterNum); in checkForFATLoop()
1241 follow = nextInChain(follow); in checkForFATLoop()
1310 c = nextInChain(c); in truncChainWithBadCluster()
1315 nextInChain(int32_t currentCluster) in nextInChain() function