Searched refs:fx_media_root_cluster_32 (Results 1 – 8 of 8) sorted by relevance
47 media_ptr -> fx_media_root_cluster_32 = 2; in _fx_terrible_driver()51 media_ptr -> fx_media_root_cluster_32 = 0xffffffff; in _fx_terrible_driver()55 media_ptr -> fx_media_root_cluster_32 = 1; in _fx_terrible_driver()
196 …media_ptr -> fx_media_root_cluster_32 = _fx_utility_32_unsigned_read(&boot_sector[FX_ROOT_CLUSTER_… in _fx_media_boot_info_extract()
535 if (media_ptr -> fx_media_root_cluster_32 < FX_FAT_ENTRY_START)542 (media_ptr -> fx_media_root_cluster_32 - FX_FAT_ENTRY_START) *547 for (cluster_number = media_ptr -> fx_media_root_cluster_32;;)
328 …current_errors = _fx_media_check_FAT_chain_check(media_ptr, media_ptr -> fx_media_root_cluster_32, in _fx_media_check()
172 cluster = media_ptr -> fx_media_root_cluster_32; in _fx_unicode_directory_entry_read()
678 cluster = media_ptr -> fx_media_root_cluster_32; in _fx_directory_free_search()
179 cluster = media_ptr -> fx_media_root_cluster_32; in _fx_directory_entry_read()
867 ULONG fx_media_root_cluster_32; member