Searched defs:fat (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sbin/fsck_msdos/ |
| D | fat.c | 55 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()
|
| D | dir.c | 225 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()
|
| D | check.c | 55 struct fatEntry *fat = NULL; in checkfilesys() local
|
| /mirbsd/src/sbin/newfs_msdos/ |
| D | newfs_msdos.c | 78 #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
|