Searched refs:fx_media_fat_last (Results 1 – 16 of 16) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fx_file_extended_truncate_release.c | 375 … 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()
|
D | fx_media_check.c | 357 … 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()
|
D | fx_file_extended_allocate.c | 314 … 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()
|
D | fx_file_extended_best_effort_allocate.c | 345 … 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()
|
D | fx_file_delete.c | 274 … media_ptr -> fx_media_fat_last, cluster, media_ptr -> fx_media_fat_last); in _fx_file_delete()
|
D | fx_file_write.c | 168 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()
|
D | fx_media_check_FAT_chain_check.c | 136 (next_clust != media_ptr -> fx_media_fat_last))) in _fx_media_check_FAT_chain_check()
|
D | fx_fault_tolerant_create_log_file.c | 178 … _fx_utility_FAT_entry_write(media_ptr, FAT_index + clusters - 1, media_ptr -> fx_media_fat_last); in _fx_fault_tolerant_create_log_file()
|
D | fx_media_open.c | 497 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;
|
D | fx_fault_tolerant_enable.c | 333 else if (FAT_value != media_ptr -> fx_media_fat_last)
|
D | fx_directory_create.c | 659 status = _fx_utility_FAT_entry_write(media_ptr, FAT_index, media_ptr -> fx_media_fat_last); in _fx_directory_create()
|
D | fx_directory_free_search.c | 653 … 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/ |
D | filex_fault_tolerant_file_write_fat_crossover_test.c | 229 _fx_utility_FAT_entry_write(&ram_disk, 112, ram_disk.fx_media_fat_last); in ftest_0_entry()
|
D | filex_fault_tolerant_enable_test.c | 273 return_if_fail (value == ram_disk.fx_media_fat_last); in ftest_0_entry()
|
D | filex_fault_tolerant_file_corruption_test.c | 362 …(_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/ |
D | fx_api.h | 1087 ULONG fx_media_fat_last; member
|