Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c91 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; in newDosDirEntry()
122 freeDosDirEntry(struct dosDirEntry *d
[all...]
H A Ddosfs.h108 struct dosDirEntry { struct
109 struct dosDirEntry
128 struct dosDirEntry *dir;

Completed in 2 milliseconds