Home
last modified time | relevance | path

Searched refs:bootblock (Results 1 – 6 of 6) sorted by relevance

/third_party/uapp/fsck-msdosfs/
A Dext.h60 int checkdirty(int, struct bootblock *);
83 int readboot(int, struct bootblock *);
88 int writefsinfo(int, struct bootblock *);
94 int readfat(int, struct bootblock *, u_int, struct fatEntry **);
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);
[all …]
A Dfat.c35 static int checkclnum(struct bootblock *, u_int, cl_t, cl_t *);
37 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
38 static int _readfat(int, struct bootblock *, u_int, u_char **);
59 checkdirty(int fs, struct bootblock *boot) in checkdirty()
125 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) in checkclnum()
156 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) in _readfat()
192 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp) in readfat()
398 comparefat(struct bootblock *boot, struct fatEntry *first, in comparefat()
411 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) in clearchain()
449 checkfat(struct bootblock *boot, struct fatEntry *fat) in checkfat()
[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 Ddosfs.h43 struct bootblock { struct
A Dboot.c35 readboot(int dosfs, struct bootblock *boot) in readboot()
252 writefsinfo(int dosfs, struct bootblock *boot) in writefsinfo()
A Dcheck.c39 struct bootblock boot; in checkfilesys()

Completed in 9 milliseconds