Home
last modified time | relevance | path

Searched defs:fat (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sbin/fsck_msdos/
Dfat.c55 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) in checkclnum()
88 struct fatEntry *fat; in readfat() local
299 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) in clearchain()
313 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) in tryclear()
329 checkfat(struct bootblock *boot, struct fatEntry *fat) in checkfat()
424 writefat(int fs, struct bootblock *boot, struct fatEntry *fat) in writefat()
503 checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat) in checklost()
Ddir.c225 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection()
308 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete()
348 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede()
383 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize()
435 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, in readDosDirSection()
855 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) in handleDirTree()
909 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) in reconnect()
Dcheck.c55 struct fatEntry *fat = NULL; in checkfilesys() local
/mirbsd/src/sbin/newfs_msdos/
Dnewfs_msdos.c78 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument
82 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument
263 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in main() local