Searched refs:current_cluster_num (Results 1 – 1 of 1) sorted by relevance
42 int current_cluster_num; member203 if (logical_clust < FAT_SUPER->current_cluster_num) in fat_read()205 FAT_SUPER->current_cluster_num = 0; in fat_read()212 while (logical_clust > FAT_SUPER->current_cluster_num) in fat_read()249 FAT_SUPER->current_cluster_num++; in fat_read()295 FAT_SUPER->current_cluster_num = INT_MAX; in fat_dir()466 FAT_SUPER->current_cluster_num = INT_MAX; in fat_dir()
Completed in 3 milliseconds