Home
last modified time | relevance | path

Searched refs:nameinfo (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h86 struct nameinfo { struct
109 struct nameinfo *path; argument
203 extern void squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum);
H A Ddir.c199 int isDir, int32_t startCluster, struct nameinfo *fullPathName, in sanityCheckSize()
245 struct nameinfo *fullPathName) in noteUsage()
301 struct nameinfo *pathCopy; in storeInfoAboutEntry()
321 (struct nameinfo *)malloc(sizeof (struct nameinfo))) != NULL) { in storeInfoAboutEntry()
H A Dclusters.c1380 squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum) in squirrelPath()