Home
last modified time | relevance | path

Searched refs:FX_FREE_CLUSTER (Results 1 – 19 of 19) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_media_check_lost_cluster_check.c132 …if (((next_cluster > (ULONG)FX_FREE_CLUSTER) && (next_cluster < media_ptr -> fx_media_fat_reserved… in _fx_media_check_lost_cluster_check()
146 status = _fx_utility_FAT_entry_write(media_ptr, cluster, FX_FREE_CLUSTER); in _fx_media_check_lost_cluster_check()
Dfx_fault_tolerant_cleanup_FAT_chain.c250 if (next_cluster == FX_FREE_CLUSTER) in _fx_fault_tolerant_cleanup_FAT_chain()
263 if (head_cluster == next_session || next_session == FX_FREE_CLUSTER) in _fx_fault_tolerant_cleanup_FAT_chain()
327 status = _fx_utility_FAT_entry_write(media_ptr, cache_ptr[i], FX_FREE_CLUSTER); in _fx_fault_tolerant_cleanup_FAT_chain()
Dfx_utility_FAT_entry_write.c153 … if ((media_ptr -> fx_media_driver_free_sector_update) && (next_cluster == FX_FREE_CLUSTER)) in _fx_utility_FAT_entry_write()
226 if ((media_ptr -> fx_media_driver_free_sector_update) && (next_cluster == FX_FREE_CLUSTER)) in _fx_utility_FAT_entry_write()
Dfx_fault_tolerant_recover.c130 if (insertion_front != FX_FREE_CLUSTER) in _fx_fault_tolerant_recover()
Dfx_fault_tolerant_set_FAT_chain.c107 …_unsigned_write((UCHAR *)&FAT_chain -> fx_fault_tolerant_FAT_chain_next_deletion, FX_FREE_CLUSTER); in _fx_fault_tolerant_set_FAT_chain()
Dfx_fault_tolerant_create_log_file.c124 if (FAT_value != FX_FREE_CLUSTER) in _fx_fault_tolerant_create_log_file()
Dfx_file_delete.c335 status = _fx_utility_FAT_entry_write(media_ptr, cluster, FX_FREE_CLUSTER); in _fx_file_delete()
Dfx_file_extended_truncate_release.c374 status = _fx_fault_tolerant_set_FAT_chain(media_ptr, FX_FALSE, FX_FREE_CLUSTER, in _fx_file_extended_truncate_release()
533 status = _fx_utility_FAT_entry_write(media_ptr, cluster, FX_FREE_CLUSTER); in _fx_file_extended_truncate_release()
Dfx_directory_delete.c393 status = _fx_utility_FAT_entry_write(media_ptr, cluster, FX_FREE_CLUSTER); in _fx_directory_delete()
Dfx_file_extended_allocate.c276 if (FAT_value != FX_FREE_CLUSTER) in _fx_file_extended_allocate()
Dfx_fault_tolerant_enable.c229 if (FAT_entry == FX_FREE_CLUSTER)
Dfx_file_extended_best_effort_allocate.c284 if (FAT_value != FX_FREE_CLUSTER) in _fx_file_extended_best_effort_allocate()
Dfx_media_open.c753 if (FAT_entry == FX_FREE_CLUSTER)
872 if (FAT_entry == FX_FREE_CLUSTER)
Dfx_directory_create.c299 if (FAT_value == FX_FREE_CLUSTER) in _fx_directory_create()
Dfx_directory_free_search.c473 if (FAT_value == FX_FREE_CLUSTER) in _fx_directory_free_search()
Dfx_file_write.c587 if (FAT_value == FX_FREE_CLUSTER) in _fx_file_write()
/FileX-v6.2.1/test/regression_test/
Dfilex_media_read_write_sector_test.c391 status += _fx_utility_FAT_entry_write(&ram_disk, (ULONG) i, FX_FREE_CLUSTER); in ftest_0_entry()
443 …status += _fx_utility_FAT_entry_write(&ram_disk, j+2, FX_FREE_CLUSTER); … in ftest_0_entry()
460 …status += _fx_utility_FAT_entry_write(&ram_disk, j+2, FX_FREE_CLUSTER); … in ftest_0_entry()
496 … _fx_utility_FAT_entry_write(&ram_disk, j+2, FX_FREE_CLUSTER); in ftest_0_entry()
747 status += _fx_utility_FAT_entry_write(&ram_disk, (ULONG) i, FX_FREE_CLUSTER); in ftest_0_entry()
807 …status += _fx_utility_FAT_entry_write(&ram_disk, j+2, FX_FREE_CLUSTER); … in ftest_0_entry()
824 …status += _fx_utility_FAT_entry_write(&ram_disk, j+2, FX_FREE_CLUSTER); … in ftest_0_entry()
867 … _fx_utility_FAT_entry_write(&ram_disk, j+2, FX_FREE_CLUSTER); in ftest_0_entry()
Dfilex_file_write_seek_test.c336 _fx_utility_FAT_entry_write(&ram_disk, 0, FX_FREE_CLUSTER); in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h493 #define FX_FREE_CLUSTER 0x0000 macro