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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c477 * dirEnd
493 struct pcdir **dirEnd, char *recordPath, int *pathLen)
552 lastDirCluster, dirEnd, recordPath, pathLen);
569 *dirEnd = dp;
583 found, lastDirCluster, dirEnd, recordPath, pathLen);
601 struct pcdir **dirEnd, char *recordPath, int *pathLen)
604 descend, operation, matchRequired, found, lastDirCluster, dirEnd,
640 struct pcdir **dirEnd, char *recordPath, int *pathLen)
662 operation, matchRequired, found, lastDirCluster, dirEnd,
490 visitNodes(int fd, int32_t currentCluster, ClusterContents *dirData, int32_t dirDataLen, int depth, int descend, int operation, char matchRequired, struct pcdir **found, int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath, int *pathLen) argument
599 traverseFromRoot(int fd, int depth, int descend, int operation, char matchRequired, struct pcdir **found, int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath, int *pathLen) argument
638 traverseDir(int fd, int32_t startAt, int depth, int descend, int operation, char matchRequired, struct pcdir **found, int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath, int *pathLen) argument

Completed in 60 milliseconds