Searched refs:recordPath (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | dir.c | 417 int32_t currentCluster, int depth, char *recordPath, int *pathLen) in catalogEntry() argument 423 recordPath, pathLen); in catalogEntry() 491 struct pcdir **dirEnd, char *recordPath, int *pathLen) in visitNodes() argument 544 recordPath, pathLen); in visitNodes() 550 lastDirCluster, dirEnd, recordPath, pathLen); in visitNodes() 581 found, lastDirCluster, dirEnd, recordPath, pathLen); in visitNodes() 599 struct pcdir **dirEnd, char *recordPath, int *pathLen) in traverseFromRoot() argument 603 recordPath, pathLen); in traverseFromRoot() 638 struct pcdir **dirEnd, char *recordPath, int *pathLen) in traverseDir() argument 661 recordPath, pathLen); in traverseDir()
|
H A D | fsck_pcfs.h | 196 struct pcdir **dirEnd, char *recordPath, int *pathLen); 208 int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath,
|