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

/external/grub/stage2/
H A Dfsys_fat.c200 int logical_clust; local
217 logical_clust = filepos >> FAT_SUPER->clustsize_bits;
219 if (logical_clust < FAT_SUPER->current_cluster_num)
228 while (logical_clust > FAT_SUPER->current_cluster_num)
285 logical_clust++;

Completed in 12 milliseconds