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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c419 int32_t currentCluster, int depth, char *recordPath, int *pathLen)
425 recordPath, pathLen);
485 * pathLen
493 struct pcdir **dirEnd, char *recordPath, int *pathLen)
499 int saveLen = *pathLen;
546 recordPath, pathLen);
552 lastDirCluster, dirEnd, recordPath, pathLen);
557 *pathLen = saveLen;
583 found, lastDirCluster, dirEnd, recordPath, pathLen);
584 *pathLen
418 catalogEntry(int fd, struct pcdir *dp, struct pcdir *longdp, int32_t currentCluster, int depth, char *recordPath, int *pathLen) argument
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 46 milliseconds