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 *);
104 * Manage free dosDirEntry structures.
106 static struct dosDirEntry *freede;
108 static struct dosDirEntry *
111 struct dosDirEntry *de;
122 freeDosDirEntry(struct dosDirEntry *de)
162 fullpath(struct dosDirEntry *dir)
213 static struct dosDirEntry *rootDir;
214 static struct dosDirEntry *lostDir;
269 struct dosDirEntry *d, *nd;
386 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir)
462 check_subdirectory(struct fat_descriptor *fat, struct dosDirEntry *dir)
534 readDosDirSection(struct fat_descriptor *fat, struct dosDirEntry *dir)
537 struct dosDirEntry dirent, *d;
973 memcpy(d, &dirent, sizeof(struct dosDirEntry));
1044 struct dosDirEntry *dir = pendingDirectories->dir;
1076 struct dosDirEntry d;