Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c201 int isDir, int32_t startCluster, struct nameinfo *fullPathName, in sanityCheckSize() argument
219 if (fullPathName != NULL) { in sanityCheckSize()
220 fullPathName->references++; in sanityCheckSize()
221 (void) fprintf(stderr, "%s\n", fullPathName->fullName); in sanityCheckSize()
223 squirrelPath(fullPathName, startCluster); in sanityCheckSize()
247 struct nameinfo *fullPathName) in noteUsage() argument
264 if (fullPathName != NULL) in noteUsage()
265 fullPathName->references++; in noteUsage()
266 squirrelPath(fullPathName, chain); in noteUsage()
285 fullPathName, &orphanEntry) == TRUNCATED) { in noteUsage()