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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c201 int isDir, int32_t startCluster, struct nameinfo *fullPathName,
219 if (fullPathName != NULL) {
220 fullPathName->references++;
221 (void) fprintf(stderr, "%s\n", fullPathName->fullName);
223 squirrelPath(fullPathName, startCluster);
247 struct nameinfo *fullPathName)
264 if (fullPathName != NULL)
265 fullPathName->references++;
266 squirrelPath(fullPathName, chain);
285 fullPathName,
200 sanityCheckSize(int fd, struct pcdir *dp, int32_t actualClusterCount, int isDir, int32_t startCluster, struct nameinfo *fullPathName, struct pcdir **orphanEntry) argument
245 noteUsage(int fd, int32_t startAt, struct pcdir *dp, struct pcdir *lp, int32_t longEntryStartCluster, int isHidden, int isDir, struct nameinfo *fullPathName) argument
[all...]

Completed in 58 milliseconds