/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | check.c | 51 struct fat_descriptor *fat = NULL; in checkfilesys() local
|
H A D | dir.c | 220 resetDosDirSection(struct fat_descriptor *fat) in resetDosDirSection() argument 296 delete(struct fat_descriptor *fat, cl_t startcl, in delete() argument 348 removede(struct fat_descriptor *fat, u_char *start, in removede() argument 386 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir) checksize() argument 462 check_subdirectory(struct fat_descriptor *fat, struct dosDirEntry *dir) check_subdirectory() argument 534 readDosDirSection(struct fat_descriptor *fat, struct dosDirEntry *dir) readDosDirSection() argument 1032 handleDirTree(struct fat_descriptor *fat) handleDirTree() argument 1073 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) reconnect() argument [all...] |
H A D | fat.c | 186 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head() argument 192 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head() argument 198 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range() argument 204 fat_get_head_count(struct fat_descriptor *fat) in fat_get_head_count() argument 215 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_ argument 221 fat_get_fat12_next(struct fat_descriptor *fat, cl_t cl) fat_get_fat12_next() argument 240 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) fat_set_fat12_next() argument 272 fat_get_fat16_ptr(struct fat_descriptor *fat, cl_t cl) fat_get_fat16_ptr() argument 278 fat_get_fat16_next(struct fat_descriptor *fat, cl_t cl) fat_get_fat16_next() argument 293 fat_set_fat16_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) fat_set_fat16_next() argument 311 fat_get_fat32_ptr(struct fat_descriptor *fat, cl_t cl) fat_get_fat32_ptr() argument 317 fat_get_fat32_next(struct fat_descriptor *fat, cl_t cl) fat_get_fat32_next() argument 332 fat_set_fat32_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) fat_set_fat32_next() argument 347 fat_get_iosize(struct fat_descriptor *fat, off_t address) fat_get_iosize() argument 358 fat_flush_fat32_cache_entry(struct fat_descriptor *fat, struct fat32_cache_entry *entry) fat_flush_fat32_cache_entry() argument 384 fat_get_fat32_cache_entry(struct fat_descriptor *fat, off_t addr, bool writing) fat_get_fat32_cache_entry() argument 441 fat_get_fat32_cached_ptr(struct fat_descriptor *fat, cl_t cl, bool writing) fat_get_fat32_cached_ptr() argument 459 fat_get_fat32_cached_next(struct fat_descriptor *fat, cl_t cl) fat_get_fat32_cached_next() argument 477 fat_set_fat32_cached_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) fat_set_fat32_cached_next() argument 493 fat_get_cl_next(struct fat_descriptor *fat, cl_t cl) fat_get_cl_next() argument 504 fat_set_cl_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) fat_set_cl_next() argument 521 boot_of_(struct fat_descriptor *fat) boot_of_() argument 527 fat_get_boot(struct fat_descriptor *fat) fat_get_boot() argument 533 fd_of_(struct fat_descriptor *fat) fd_of_() argument 539 fat_get_fd(struct fat_descriptor * fat) fat_get_fd() argument 548 fat_is_valid_cl(struct fat_descriptor *fat, cl_t cl) fat_is_valid_cl() argument 555 valid_cl(struct fat_descriptor *fat, cl_t cl) valid_cl() argument 643 cleardirty(struct fat_descriptor *fat) cleardirty() argument 693 _readfat(struct fat_descriptor *fat) _readfat() argument 787 releasefat(struct fat_descriptor *fat) releasefat() argument 808 struct fat_descriptor *fat; readfat() local 1034 checkchain(struct fat_descriptor *fat, cl_t head, size_t *chainsize) checkchain() argument 1120 clearchain(struct fat_descriptor *fat, cl_t head) clearchain() argument 1140 copyfat(struct fat_descriptor *fat, int n) copyfat() argument 1188 writefat(struct fat_descriptor *fat) writefat() argument 1245 checklost(struct fat_descriptor *fat) checklost() argument [all...] |
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
H A D | mod.rs | 32 pub fn fat(&mut self, _: Option<bool>) -> &mut Builder { in fat() functions
|
H A D | compile.rs | 59 pub fn fat(&mut self, yes: Option<bool>) -> &mut Builder { in fat() functions [all...] |
/third_party/NuttX/include/nuttx/fs/ |
H A D | dirent_fs.h | 271 struct fs_fatdir_s fat; member
|
/third_party/ffmpeg/libavformat/ |
H A D | wtvenc.c | 600 int64_t fat = avio_tell(s->pb); in write_fat_sector() local
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 252 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local [all...] |
/third_party/FatFs/source/ |
H A D | ff.c | 6886 int fatfs_get_vol(FATFS *fat) argument
|