Searched defs:fat (Results 1 - 3 of 3) sorted by relevance

/system/extras/fatblock/
H A Dfs.h21 #include "fat.h"
38 fat_entry_t *fat; member in struct:fs
H A Dfs.c22 #include "fat.h"
106 fs->fat[cluster] = htole32(entry);
164 fat_entry_t *fat; local
220 fs->fat = malloc(fs->fat_size);
221 if (!fs->fat) {
226 memset(fs->fat, 0, fs->fat_size);
/system/core/toolbox/
H A Dnewfs_msdos.c80 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \
81 (fat) == 16 ? MINCLS16 : \
84 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \
85 (fat) == 16 ? MAXCLS16 : \
271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
446 if (!(fat = opt_F)) {
448 fat = 12;
450 fat
[all...]

Completed in 106 milliseconds