Home
last modified time | relevance | path

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

/external/clang/test/Rewriter/
Drewrite-modern-ivars-1.mm8 char *fat; field
42 char *fat; field
59 char *fat; field
78 char *fat; field
/external/fsck_msdos/
Dfat.c138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) in checkclnum()
209 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 *trunc) in tryclear()
450 checkfat(struct bootblock *boot, struct fatEntry *fat) in checkfat()
553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat()
661 checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat) in checklost()
Ddir.c224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection()
307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete()
355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede()
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize()
443 check_dot_dot(int f, struct bootblock *boot, struct fatEntry *fat,struct dosDirEntry *dir) in check_dot_dot()
525 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, in readDosDirSection()
978 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) in handleDirTree()
1019 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) in reconnect()
Dcheck.c63 struct fatEntry *fat = NULL; in checkfilesys() local
/external/syslinux/libfat/
Dlibfatint.h47 libfat_sector_t fat; /* Start of FAT */ member
/external/google-breakpad/src/common/mac/
Dmacho_walker.cc172 struct fat_header fat; in FindHeader() local
Dmacho_reader_unittest.cc232 test_assembler::Section fat; member
/external/syslinux/core/fs/fat/
Dfat.c725 struct fat_bpb fat; in vfat_fs_init() local
795 struct fat_bpb fat; in vfat_copy_superblock() local
Dfat_fs.h87 sector_t fat; /* The FAT region */ member
142 static inline int root_dir_size(struct fs_info *fs, struct fat_bpb *fat) in root_dir_size()