Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c200 struct pcdir **orphanEntry) in sanityCheckSize() argument
238 splitChain(fd, dp, startCluster, orphanEntry, &ignorei); in sanityCheckSize()
247 struct pcdir *orphanEntry; in noteUsage() local
283 fullPathName, &orphanEntry) == TRUNCATED) { in noteUsage()
290 truncChainWithBadCluster(fd, orphanEntry, startAt); in noteUsage()
H A Dclusters.c1281 struct pcdir *orphanEntry; in truncChainWithBadCluster() local
1295 &orphanEntry, &orphanStartCluster); in truncChainWithBadCluster()
1303 if (orphanEntry == NULL) in truncChainWithBadCluster()
1306 dp = orphanEntry; in truncChainWithBadCluster()