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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c474 * lastDirCluster
492 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
552 lastDirCluster, dirEnd, recordPath, pathLen);
568 *lastDirCluster = currentCluster;
578 *lastDirCluster = currentCluster;
583 found, lastDirCluster, dirEnd, recordPath, pathLen);
600 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
604 descend, operation, matchRequired, found, lastDirCluster, dirEnd,
639 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
662 operation, matchRequired, found, lastDirCluster, dirEn
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
[all...]

Completed in 61 milliseconds