Symbol: fatEntry
sbin/fsck_msdos/check.c
49
struct fatEntry *fat = NULL;
sbin/fsck_msdos/check.c
97
struct fatEntry *currentFat;
sbin/fsck_msdos/dir.c
101
static int readDosDirSection(int, struct bootblock *, struct fatEntry *,
sbin/fsck_msdos/dir.c
218
resetDosDirSection(struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/dir.c
314
delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl,
sbin/fsck_msdos/dir.c
354
removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start,
sbin/fsck_msdos/dir.c
391
checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p,
sbin/fsck_msdos/dir.c
465
readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat,
sbin/fsck_msdos/dir.c
888
handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/dir.c
929
reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/dir.c
95
static int delete(int, struct bootblock *, struct fatEntry *, cl_t, int,
sbin/fsck_msdos/dir.c
97
static int removede(int, struct bootblock *, struct fatEntry *, u_char *,
sbin/fsck_msdos/dir.c
99
static int checksize(struct bootblock *, struct fatEntry *, u_char *,
sbin/fsck_msdos/ext.h
102
int writefat(int, struct bootblock *, struct fatEntry *, int);
sbin/fsck_msdos/ext.h
107
int resetDosDirSection(struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
109
int handleDirTree(int, struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
117
int checklost(int, struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
121
int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/ext.h
135
void clearchain(struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/ext.h
86
int readfat(int, struct bootblock *, u_int, struct fatEntry **);
sbin/fsck_msdos/ext.h
92
int comparefat(struct bootblock *, struct fatEntry *, struct fatEntry *, u_int);
sbin/fsck_msdos/ext.h
97
int checkfat(struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/fat.c
119
readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp)
sbin/fsck_msdos/fat.c
121
struct fatEntry *fat;
sbin/fsck_msdos/fat.c
132
fat = malloc(len = boot->NumClusters * sizeof(struct fatEntry));
sbin/fsck_msdos/fat.c
325
comparefat(struct bootblock *boot, struct fatEntry *first,
sbin/fsck_msdos/fat.c
326
struct fatEntry *second, u_int fatnum)
sbin/fsck_msdos/fat.c
338
clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/fat.c
352
tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp)
sbin/fsck_msdos/fat.c
376
checkfat(struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/fat.c
45
static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
sbin/fsck_msdos/fat.c
477
writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat)
sbin/fsck_msdos/fat.c
587
checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat)