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.c757 c = nextInChain(c); in orphanChain()
762 c = nextInChain(c); in orphanChain()
906 follow = nextInChain(follow); in truncAtCluster()
950 if ((follow = nextInChain(follow)) != 0) in truncAtCluster()
1076 n = nextInChain(c); in freeOrphan()
1093 c = nextInChain(c); in redoInUse()
1203 while (n = nextInChain(n)) in relinkFATOrphans()
1236 follow = nextInChain(clusterNum); in checkForFATLoop()
1240 follow = nextInChain(follow); in checkForFATLoop()
1309 c = nextInChain(c); in truncChainWithBadCluster()
[all …]
H A Dfsck_pcfs.h179 extern int32_t nextInChain(int32_t currentCluster);
H A Ddir.c276 chain = nextInChain(chain); in noteUsage()
579 traverseDir(fd, nextInChain(currentCluster), in visitNodes()