Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:dosDirEntry

96 static struct dosDirEntry *newDosDirEntry(void);
97 static void freeDosDirEntry(struct dosDirEntry *);
100 static char *fullpath(struct dosDirEntry *);
107 struct dosDirEntry *);
109 struct dosDirEntry *);
112 * Manage free dosDirEntry structures.
114 static struct dosDirEntry *freede;
116 static struct dosDirEntry *
119 struct dosDirEntry *de;
122 if (!(de = (struct dosDirEntry *)malloc(sizeof *de)))
130 freeDosDirEntry(struct dosDirEntry *de)
170 fullpath(struct dosDirEntry *dir)
217 struct dosDirEntry *rootDir;
218 static struct dosDirEntry *lostDir;
280 struct dosDirEntry *d, *nd;
391 struct dosDirEntry *dir)
443 check_dot_dot(int f, struct bootblock *boot, struct fatEntry *fat,struct dosDirEntry *dir)
526 struct dosDirEntry *dir)
528 struct dosDirEntry dirent, *d;
937 memcpy(d, &dirent, sizeof(struct dosDirEntry));
990 struct dosDirEntry *dir = pendingDirectories->dir;
1021 struct dosDirEntry d;