Lines Matching refs:dosDirEntry
93 static struct dosDirEntry *newDosDirEntry(void);
94 static void freeDosDirEntry(struct dosDirEntry *);
97 static char *fullpath(struct dosDirEntry *);
102 static int checksize(struct fat_descriptor *, u_char *, struct dosDirEntry *);
103 static int readDosDirSection(struct fat_descriptor *, struct dosDirEntry *);
108 static struct dosDirEntry *freede;
110 static struct dosDirEntry *
113 struct dosDirEntry *de; in newDosDirEntry()
124 freeDosDirEntry(struct dosDirEntry *de) in freeDosDirEntry()
164 fullpath(struct dosDirEntry *dir) in fullpath()
215 static struct dosDirEntry *rootDir;
216 static struct dosDirEntry *lostDir;
271 struct dosDirEntry *d, *nd; in finishDosDirSection()
388 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir) in checksize()
464 check_subdirectory(struct fat_descriptor *fat, struct dosDirEntry *dir) in check_subdirectory()
536 readDosDirSection(struct fat_descriptor *fat, struct dosDirEntry *dir) in readDosDirSection()
539 struct dosDirEntry dirent, *d; in readDosDirSection()
975 memcpy(d, &dirent, sizeof(struct dosDirEntry)); in readDosDirSection()
1046 struct dosDirEntry *dir = pendingDirectories->dir; in handleDirTree()
1078 struct dosDirEntry d; in reconnect()