Home
last modified time | relevance | path

Searched refs:nextInChain (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c768 c = nextInChain(c); in orphanChain()
773 c = nextInChain(c); in orphanChain()
917 follow = nextInChain(follow); in truncAtCluster()
961 if ((follow = nextInChain(follow)) != 0) in truncAtCluster()
1025 updateDirEnt_Start(ndp, nextInChain(endCluster)); in updateOrphanedChainMetadata()
1057 *orphanStart = nextInChain(problemCluster); in splitChain()
1087 n = nextInChain(c); in freeOrphan()
1104 c = nextInChain(c); in redoInUse()
1214 while (n = nextInChain(n)) in relinkFATOrphans()
1247 follow = nextInChain(clusterNum); in checkForFATLoop()
[all …]
H A Dfsck_pcfs.h184 extern int32_t nextInChain(int32_t currentCluster);
H A Ddir.c276 chain = nextInChain(chain); in noteUsage()
579 traverseDir(fd, nextInChain(currentCluster), in visitNodes()