Home
last modified time | relevance | path

Searched refs:fatEntry (Results 1 – 5 of 5) sorted by relevance

/third_party/uapp/fsck-msdosfs/
A Dext.h94 int readfat(int, struct bootblock *, u_int, struct fatEntry **);
100 int comparefat(struct bootblock *, struct fatEntry *, struct fatEntry *, u_int);
105 int checkfat(struct bootblock *, struct fatEntry *);
110 int writefat(int, struct bootblock *, struct fatEntry *, int);
115 int resetDosDirSection(struct bootblock *, struct fatEntry *);
117 int handleDirTree(int, struct bootblock *, struct fatEntry *);
125 int checklost(int, struct bootblock *, struct fatEntry *);
129 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
143 void clearchain(struct bootblock *, struct fatEntry *, cl_t);
A Dfat.c37 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
192 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp) in readfat()
194 struct fatEntry *fat; in readfat()
205 fat = malloc(len = boot->NumClusters * sizeof(struct fatEntry)); in readfat()
398 comparefat(struct bootblock *boot, struct fatEntry *first, in comparefat()
399 struct fatEntry *second, u_int fatnum) in comparefat()
411 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) in clearchain()
425 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp) in tryclear()
449 checkfat(struct bootblock *boot, struct fatEntry *fat) in checkfat()
550 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat()
[all …]
A Ddir.c86 static int delete(int, struct bootblock *, struct fatEntry *, cl_t, int,
88 static int removede(int, struct bootblock *, struct fatEntry *, u_char *,
90 static int checksize(struct bootblock *, struct fatEntry *, u_char *,
92 static int readDosDirSection(int, struct bootblock *, struct fatEntry *,
208 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection()
305 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete()
345 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede()
382 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize()
436 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, in readDosDirSection()
876 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) in handleDirTree()
[all …]
A Dcheck.c40 struct fatEntry *fat = NULL; in checkfilesys()
95 struct fatEntry *currentFat; in checkfilesys()
A Ddosfs.h84 struct fatEntry { struct

Completed in 7 milliseconds