Home
last modified time | relevance | path

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

/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 *);
106 static struct dosDirEntry *freede;
108 static struct dosDirEntry *
111 struct dosDirEntry *de; in newDosDirEntry()
122 freeDosDirEntry(struct dosDirEntry *de) in freeDosDirEntry()
162 fullpath(struct dosDirEntry *dir) in fullpath()
[all …]
H A Ddosfs.h108 struct dosDirEntry { struct
109 struct dosDirEntry
128 struct dosDirEntry *dir; argument