Searched refs:valid_clusters (Results 1 – 1 of 1) sorted by relevance
170 ULONG total_entries, last_cluster, valid_clusters; in _fx_media_check() local329 … &last_cluster, &valid_clusters, logical_fat); in _fx_media_check()353 if ((valid_clusters) && (error_correction_option & FX_FAT_CHAIN_ERROR)) in _fx_media_check()371 …media_ptr -> fx_media_root_directory_entries = (valid_clusters * bytes_per_cluster) / FX_DIR_ENTR… in _fx_media_check()441 … &last_cluster, &valid_clusters, logical_fat); in _fx_media_check()469 if (valid_clusters) in _fx_media_check()490 if (dir_entry_ptr -> fx_dir_entry_file_size > (valid_clusters * bytes_per_cluster)) in _fx_media_check()494 dir_entry_ptr -> fx_dir_entry_file_size = valid_clusters * bytes_per_cluster; in _fx_media_check()541 && (valid_clusters == 0)) in _fx_media_check()603 …ent_directory[current_directory_index].current_total_entries = (valid_clusters * bytes_per_cl… in _fx_media_check()[all …]