Home
last modified time | relevance | path

Searched refs:fx_media_fat_last (Results 1 – 16 of 16) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_file_extended_truncate_release.c375 … media_ptr -> fx_media_fat_last, cluster, media_ptr -> fx_media_fat_last); in _fx_file_extended_truncate_release()
453 … media_ptr -> fx_media_fat_last, contents, media_ptr -> fx_media_fat_last); in _fx_file_extended_truncate_release()
471 … status = _fx_utility_FAT_entry_write(media_ptr, cluster, media_ptr -> fx_media_fat_last); in _fx_file_extended_truncate_release()
Dfx_media_check.c357 … status = _fx_utility_FAT_entry_write(media_ptr, last_cluster, media_ptr -> fx_media_fat_last); in _fx_media_check()
393 …rrent_directory[current_directory_index].current_start_cluster = media_ptr -> fx_media_fat_last; in _fx_media_check()
473 … status = _fx_utility_FAT_entry_write(media_ptr, last_cluster, media_ptr -> fx_media_fat_last); in _fx_media_check()
656 …current_directory[current_directory_index].current_start_cluster == media_ptr -> fx_media_fat_last) in _fx_media_check()
Dfx_file_extended_allocate.c314 … FAT_index, media_ptr -> fx_media_fat_last, media_ptr -> fx_media_fat_last); in _fx_file_extended_allocate()
345 … _fx_utility_FAT_entry_write(media_ptr, FAT_index + clusters - 1, media_ptr -> fx_media_fat_last); in _fx_file_extended_allocate()
Dfx_file_extended_best_effort_allocate.c345 … FAT_index, media_ptr -> fx_media_fat_last, media_ptr -> fx_media_fat_last); in _fx_file_extended_best_effort_allocate()
377 … _fx_utility_FAT_entry_write(media_ptr, FAT_index + clusters - 1, media_ptr -> fx_media_fat_last); in _fx_file_extended_best_effort_allocate()
Dfx_file_delete.c274 … media_ptr -> fx_media_fat_last, cluster, media_ptr -> fx_media_fat_last); in _fx_file_delete()
Dfx_file_write.c168 insertion_back = media_ptr -> fx_media_fat_last; in _fx_file_write()
446 insertion_back = media_ptr -> fx_media_fat_last; in _fx_file_write()
451 insertion_back = media_ptr -> fx_media_fat_last; in _fx_file_write()
635 … first_new_cluster, media_ptr -> fx_media_fat_last, media_ptr -> fx_media_fat_last); in _fx_file_write()
753 … status = _fx_utility_FAT_entry_write(media_ptr, last_cluster, media_ptr -> fx_media_fat_last); in _fx_file_write()
822 if (insertion_back == media_ptr -> fx_media_fat_last) in _fx_file_write()
Dfx_media_check_FAT_chain_check.c136 (next_clust != media_ptr -> fx_media_fat_last))) in _fx_media_check_FAT_chain_check()
Dfx_fault_tolerant_create_log_file.c178 … _fx_utility_FAT_entry_write(media_ptr, FAT_index + clusters - 1, media_ptr -> fx_media_fat_last); in _fx_fault_tolerant_create_log_file()
Dfx_media_open.c497 media_ptr -> fx_media_fat_last = FX_LAST_CLUSTER_2;
511 media_ptr -> fx_media_fat_last = FX_LAST_CLUSTER_2;
526 media_ptr -> fx_media_fat_last = FX_LAST_CLUSTER_2_32;
Dfx_fault_tolerant_enable.c333 else if (FAT_value != media_ptr -> fx_media_fat_last)
Dfx_directory_create.c659 status = _fx_utility_FAT_entry_write(media_ptr, FAT_index, media_ptr -> fx_media_fat_last); in _fx_directory_create()
Dfx_directory_free_search.c653 … status = _fx_utility_FAT_entry_write(media_ptr, last_cluster, media_ptr -> fx_media_fat_last); in _fx_directory_free_search()
/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_file_write_fat_crossover_test.c229 _fx_utility_FAT_entry_write(&ram_disk, 112, ram_disk.fx_media_fat_last); in ftest_0_entry()
Dfilex_fault_tolerant_enable_test.c273 return_if_fail (value == ram_disk.fx_media_fat_last); in ftest_0_entry()
Dfilex_fault_tolerant_file_corruption_test.c362 …(_fx_utility_32_unsigned_read(fault_tolerant_memory_buffer + 16) == media_ptr -> fx_media_fat_last) in my_fault_tolerant_enable_callback()
/FileX-v6.2.1/common/inc/
Dfx_api.h1087 ULONG fx_media_fat_last; member