Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h88 struct nameinfo { struct
111 struct nameinfo *path; argument
205 extern void squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum);
H A Ddir.c201 int isDir, int32_t startCluster, struct nameinfo *fullPathName, in sanityCheckSize()
247 struct nameinfo *fullPathName) in noteUsage()
303 struct nameinfo *pathCopy; in storeInfoAboutEntry()
323 (struct nameinfo *)malloc(sizeof (struct nameinfo))) != NULL) { in storeInfoAboutEntry()
H A Dclusters.c1381 squirrelPath(struct nameinfo *pathInfo, int32_t clusterNum) in squirrelPath()