Searched refs:dirEnd (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | dir.c | 493 struct pcdir **dirEnd, char *recordPath, int *pathLen) in visitNodes() argument 552 lastDirCluster, dirEnd, recordPath, pathLen); in visitNodes() 569 *dirEnd = dp; in visitNodes() 583 found, lastDirCluster, dirEnd, recordPath, pathLen); in visitNodes() 601 struct pcdir **dirEnd, char *recordPath, int *pathLen) in traverseFromRoot() argument 604 descend, operation, matchRequired, found, lastDirCluster, dirEnd, in traverseFromRoot() 640 struct pcdir **dirEnd, char *recordPath, int *pathLen) in traverseDir() argument 662 operation, matchRequired, found, lastDirCluster, dirEnd, in traverseDir()
|
H A D | fsck_pcfs.h | 198 struct pcdir **dirEnd, char *recordPath, int *pathLen); 210 int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath,
|