Searched refs:bootblock (Results 1 - 6 of 6) sorted by relevance
/external/fsck_msdos/ |
H A D | ext.h | 65 int checkdirty(int, struct bootblock *); 86 * it into our struct bootblock. 88 int readboot(int, struct bootblock *); 93 int writefsinfo(int, struct bootblock *); 99 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 *, struc [all...] |
H A D | fat.c | 50 static int checkclnum(struct bootblock *, int, cl_t, cl_t *); 52 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *); 53 static int _readfat(int, struct bootblock *, int, u_char **); 74 checkdirty(int fs, struct bootblock *boot) 138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) 169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) 207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) 407 comparefat(struct bootblock *boot, struct fatEntry *first, 420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) 434 tryclear(struct bootblock *boo [all...] |
H A D | dosfs.h | 48 struct bootblock { struct
|
H A D | dir.c | 102 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) 307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, 355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, 390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, 443 check_dot_dot(int f, struct bootblock *boot, struct fatEntry *fat,struct dosDirEntry *dir) 525 readDosDirSection(int f, struct bootblock *boo [all...] |
H A D | check.c | 62 struct bootblock boot;
|
H A D | boot.c | 53 struct bootblock *boot; 178 perror("could not read backup bootblock"); 192 pwarn("Primary/Backup bootblock miscompare\n"); 285 struct bootblock *boot;
|
Completed in 79 milliseconds