Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/fsck_msdosfs/
H A Dfat.c135 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) in checkclnum()
204 struct fatEntry *fat; in readfat() local
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 *truncp) in tryclear()
458 checkfat(struct bootblock *boot, struct fatEntry *fat) in checkfat()
559 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat()
670 checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat) in checklost()
H A Ddir.c223 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection()
304 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete()
350 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede()
387 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize()
441 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, in readDosDirSection()
881 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) in handleDirTree()
922 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) in reconnect()
H A Dcheck.c50 struct fatEntry *fat = NULL; in checkfilesys() local
/freebsd-12.1/sbin/newfs_msdos/
H A Dmkfs_msdos.c75 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument
79 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument
244 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local