Searched defs:orphanEntry (Results 1 - 2 of 2) sorted by relevance

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

Completed in 63 milliseconds