Home
last modified time | relevance | path

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

/external/fsck_msdos/
Dext.h99 int readfat(int, struct bootblock *, int, struct fatEntry **);
105 int comparefat(struct bootblock *, struct fatEntry *, struct fatEntry *, int);
110 int checkfat(struct bootblock *, struct fatEntry *);
115 int writefat(int, struct bootblock *, struct fatEntry *, int);
120 int resetDosDirSection(struct bootblock *, struct fatEntry *);
122 int handleDirTree(int, struct bootblock *, struct fatEntry *);
130 int checklost(int, struct bootblock *, struct fatEntry *);
134 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
148 void clearchain(struct bootblock *, struct fatEntry *, cl_t);
Dfat.c52 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) in readfat()
209 struct fatEntry *fat; in readfat()
219 fat = calloc(boot->NumClusters, sizeof(struct fatEntry)); in readfat()
407 comparefat(struct bootblock *boot, struct fatEntry *first, in comparefat()
408 struct fatEntry *second, int fatnum) in comparefat()
420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) in clearchain()
434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) in tryclear()
450 checkfat(struct bootblock *boot, struct fatEntry *fat) in checkfat()
553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat()
[all …]
Ddir.c102 static int delete(int, struct bootblock *, struct fatEntry *, cl_t, int,
104 static int removede(int, struct bootblock *, struct fatEntry *, u_char *,
106 static int checksize(struct bootblock *, struct fatEntry *, u_char *,
108 static int readDosDirSection(int, struct bootblock *, struct fatEntry *,
224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection()
307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete()
355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede()
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize()
443 check_dot_dot(int f, struct bootblock *boot, struct fatEntry *fat,struct dosDirEntry *dir) in check_dot_dot()
525 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, in readDosDirSection()
[all …]
Dcheck.c63 struct fatEntry *fat = NULL; in checkfilesys()
124 struct fatEntry *currentFat; in checkfilesys()
Ddosfs.h89 struct fatEntry { struct