Lines Matching refs:dosDirEntry
91 static struct dosDirEntry *newDosDirEntry(void);
92 static void freeDosDirEntry(struct dosDirEntry *);
95 static char *fullpath(struct dosDirEntry *);
100 static int checksize(struct fat_descriptor *, u_char *, struct dosDirEntry *);
101 static int readDosDirSection(struct fat_descriptor *, struct dosDirEntry *);
106 static struct dosDirEntry *freede;
108 static struct dosDirEntry *
111 struct dosDirEntry *de; in newDosDirEntry()
122 freeDosDirEntry(struct dosDirEntry *de) in freeDosDirEntry()
162 fullpath(struct dosDirEntry *dir) in fullpath()
213 static struct dosDirEntry *rootDir;
214 static struct dosDirEntry *lostDir;
269 struct dosDirEntry *d, *nd; in finishDosDirSection()
386 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir) in checksize()
475 check_subdirectory(struct fat_descriptor *fat, struct dosDirEntry *dir) in check_subdirectory()
547 readDosDirSection(struct fat_descriptor *fat, struct dosDirEntry *dir) in readDosDirSection()
550 struct dosDirEntry dirent, *d; in readDosDirSection()
986 memcpy(d, &dirent, sizeof(struct dosDirEntry)); in readDosDirSection()
1057 struct dosDirEntry *dir = pendingDirectories->dir; in handleDirTree()
1089 struct dosDirEntry d; in reconnect()