Home
last modified time | relevance | path

Searched refs:orphanEntry (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c202 struct pcdir **orphanEntry) in sanityCheckSize() argument
240 splitChain(fd, dp, startCluster, orphanEntry, &ignorei); in sanityCheckSize()
249 struct pcdir *orphanEntry; in noteUsage() local
285 fullPathName, &orphanEntry) == TRUNCATED) { in noteUsage()
292 truncChainWithBadCluster(fd, orphanEntry, startAt); in noteUsage()
H A Dclusters.c1282 struct pcdir *orphanEntry; in truncChainWithBadCluster() local
1296 &orphanEntry, &orphanStartCluster); in truncChainWithBadCluster()
1304 if (orphanEntry == NULL) in truncChainWithBadCluster()
1307 dp = orphanEntry; in truncChainWithBadCluster()