Searched refs:dosDirEntry (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Ddosfs.h109 struct dosDirEntry { struct
110 struct dosDirEntry
129 struct dosDirEntry *dir;
H A Ddir.c93 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 *);
106 * Manage free dosDirEntry structures.
108 static struct dosDirEntry *freede;
110 static struct dosDirEntry *
113 struct dosDirEntry *de;
124 freeDosDirEntry(struct dosDirEntry *d
[all...]

Completed in 58 milliseconds