Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dfat.c188 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head()
194 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head()
200 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range()
206 fat_get_head_count(struct fat_descriptor *fat) in fat_get_head_count()
217 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_ptr()
223 fat_get_fat12_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_next()
242 fat_set_fat12_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat12_next()
274 fat_get_fat16_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_ptr()
280 fat_get_fat16_next(struct fat_descriptor *fat, cl_t cl) in fat_get_fat16_next()
295 fat_set_fat16_next(struct fat_descriptor *fat, cl_t cl, cl_t nextcl) in fat_set_fat16_next()
[all …]
Ddir.c222 resetDosDirSection(struct fat_descriptor *fat) in resetDosDirSection()
298 delete(struct fat_descriptor *fat, cl_t startcl, in delete()
350 removede(struct fat_descriptor *fat, u_char *start, in removede()
388 checksize(struct fat_descriptor *fat, u_char *p, struct dosDirEntry *dir) in checksize()
464 check_subdirectory(struct fat_descriptor *fat, struct dosDirEntry *dir) in check_subdirectory()
536 readDosDirSection(struct fat_descriptor *fat, struct dosDirEntry *dir) in readDosDirSection()
1034 handleDirTree(struct fat_descriptor *fat) in handleDirTree()
1075 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) in reconnect()
Dcheck.c53 struct fat_descriptor *fat = NULL; in checkfilesys() local
/third_party/rust/crates/aho-corasick/src/packed/teddy/
Dcompile.rs22 fat: Option<bool>, field
59 pub fn fat(&mut self, yes: Option<bool>) -> &mut Builder { in fat() method
106 let fat = match self.fat { in build_imp() localVariable
Dmod.rs32 pub fn fat(&mut self, _: Option<bool>) -> &mut Builder { in fat() method
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.c87 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument
91 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument
257 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local
/third_party/NuttX/include/nuttx/fs/
Ddirent_fs.h271 struct fs_fatdir_s fat; member
/third_party/ffmpeg/libavformat/
Dwtvenc.c600 int64_t fat = avio_tell(s->pb); in write_fat_sector() local
/third_party/FatFs/source/
Dff.c6886 int fatfs_get_vol(FATFS *fat)