Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c199 int isDir, int32_t startCluster, struct nameinfo *fullPathName, in sanityCheckSize() argument
217 if (fullPathName != NULL) { in sanityCheckSize()
218 fullPathName->references++; in sanityCheckSize()
219 (void) fprintf(stderr, "%s\n", fullPathName->fullName); in sanityCheckSize()
221 squirrelPath(fullPathName, startCluster); in sanityCheckSize()
245 struct nameinfo *fullPathName) in noteUsage() argument
262 if (fullPathName != NULL) in noteUsage()
263 fullPathName->references++; in noteUsage()
264 squirrelPath(fullPathName, chain); in noteUsage()
283 fullPathName, &orphanEntry) == TRUNCATED) { in noteUsage()