Searched refs:next_clust (Results 1 – 1 of 1) sorted by relevance
82 ULONG prev_cluster, cluster, next_clust = 0; in _fx_media_check_FAT_chain_check() local119 status = _fx_utility_FAT_entry_read(media_ptr, cluster, &next_clust); in _fx_media_check_FAT_chain_check()133 if ((cluster == next_clust) || in _fx_media_check_FAT_chain_check()134 (next_clust < (ULONG)FX_FAT_ENTRY_START) || in _fx_media_check_FAT_chain_check()135 ((next_clust >= (FX_FAT_ENTRY_START + media_ptr -> fx_media_total_clusters)) && in _fx_media_check_FAT_chain_check()136 (next_clust != media_ptr -> fx_media_fat_last))) in _fx_media_check_FAT_chain_check()148 cluster = next_clust; in _fx_media_check_FAT_chain_check()