Home
last modified time | relevance | path

Searched refs:current_cluster (Results 1 – 2 of 2) sorted by relevance

/external/grub/stage2/
Dfsys_fat.c46 int current_cluster; member
222 FAT_SUPER->current_cluster = FAT_SUPER->file_cluster; in fat_read()
232 FAT_SUPER->current_cluster * FAT_SUPER->fat_size; in fat_read()
264 FAT_SUPER->current_cluster = next_cluster; in fat_read()
269 ((FAT_SUPER->current_cluster - 2) << (FAT_SUPER->clustsize_bits in fat_read()
/external/qemu/block/
Dvvfat.c342 unsigned int current_cluster; member
1020 s->current_cluster=0xffffffff; in vvfat_open()
1094 s->current_cluster = -1; in vvfat_close_current_file()
1178 if(s->current_cluster != cluster_num) { in read_cluster()
1199 s->current_cluster = cluster_num; in read_cluster()
1216 s->current_cluster = -1; in read_cluster()
1219 s->current_cluster = cluster_num; in read_cluster()