Searched defs:fat (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/Rewriter/ |
D | rewrite-modern-ivars-1.mm | 8 char *fat; field 42 char *fat; field 59 char *fat; field 78 char *fat; field
|
/external/fsck_msdos/ |
D | fat.c | 138 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()
|
D | dir.c | 224 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()
|
D | check.c | 63 struct fatEntry *fat = NULL; in checkfilesys() local
|
/external/syslinux/libfat/ |
D | libfatint.h | 47 libfat_sector_t fat; /* Start of FAT */ member
|
/external/google-breakpad/src/common/mac/ |
D | macho_walker.cc | 172 struct fat_header fat; in FindHeader() local
|
D | macho_reader_unittest.cc | 232 test_assembler::Section fat; member
|
/external/syslinux/core/fs/fat/ |
D | fat.c | 725 struct fat_bpb fat; in vfat_fs_init() local 795 struct fat_bpb fat; in vfat_copy_superblock() local
|
D | fat_fs.h | 87 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()
|