Lines Matching refs:fat_descriptor
97 static int delete(struct fat_descriptor *, cl_t, int, cl_t, int, int);
98 static int removede(struct fat_descriptor *, u_char *, u_char *,
100 static int checksize(struct fat_descriptor *, u_char *, struct dosDirEntry *);
101 static int readDosDirSection(struct fat_descriptor *, struct dosDirEntry *);
220 resetDosDirSection(struct fat_descriptor *fat) in resetDosDirSection()
296 delete(struct fat_descriptor *fat, cl_t startcl, in delete()
348 removede(struct fat_descriptor *fat, u_char *start, in removede()
386 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir) in checksize()
475 check_subdirectory(struct fat_descriptor *fat, struct dosDirEntry *dir) in check_subdirectory()
547 readDosDirSection(struct fat_descriptor *fat, struct dosDirEntry *dir) in readDosDirSection()
1045 handleDirTree(struct fat_descriptor *fat) in handleDirTree()
1086 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) in reconnect()