HomeSort by relevance Sort by last modified time
    Searched refs:fat_size (Results 1 - 5 of 5) sorted by null

  /external/grub/stage2/
fsys_fat.c 30 int fat_size; member in struct:fat_superblock
129 FAT_SUPER->fat_size = 8;
143 FAT_SUPER->fat_size = 4;
148 FAT_SUPER->fat_size = 3;
160 || (FAT_SUPER->fat_size * FAT_SUPER->num_clust / (2 * SECTOR_SIZE)
170 if (FAT_SUPER->fat_size == 8)
175 else if (FAT_SUPER->fat_size == 4)
232 FAT_SUPER->current_cluster * FAT_SUPER->fat_size;
237 (cached_pos + FAT_SUPER->fat_size) > 2*FAT_CACHE_SIZE)
247 if (FAT_SUPER->fat_size == 3
    [all...]
  /system/extras/fatblock/
fs.h 39 offset_t fat_size; member in struct:fs
fs.c 219 fs->fat_size = fat_sectors * sector_size;
220 fs->fat = malloc(fs->fat_size);
226 memset(fs->fat, 0, fs->fat_size);
241 reserved_sectors * sector_size, fs->fat_size,
read.c 149 return buffer_read((char*)fs->fat, fs->fat_size, buf,
  /external/e2fsprogs/lib/blkid/
probe.c 526 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; local
548 fat_size = fat_length * ms->ms_fats;
552 cluster_count = sect_count - (reserved + fat_size + dir_size);
562 root_start = (reserved + fat_size) * sector_size;
581 start_data_sect = reserved + fat_size;
    [all...]

Completed in 204 milliseconds