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

/external/grub/stage2/
H A Dfsys_fat.c46 int current_cluster; member in struct:fat_superblock
222 FAT_SUPER->current_cluster = FAT_SUPER->file_cluster;
232 FAT_SUPER->current_cluster * FAT_SUPER->fat_size;
264 FAT_SUPER->current_cluster = next_cluster;
269 ((FAT_SUPER->current_cluster - 2) << (FAT_SUPER->clustsize_bits
/external/qemu/block/
H A Dvvfat.c342 unsigned int current_cluster; member in struct:BDRVVVFATState
1019 s->current_cluster=0xffffffff;
1093 s->current_cluster = -1;
1177 if(s->current_cluster != cluster_num) {
1198 s->current_cluster = cluster_num;
1215 s->current_cluster = -1;
1218 s->current_cluster = cluster_num;

Completed in 20 milliseconds