Home
last modified time | relevance | path

Searched refs:fx_file_total_clusters (Results 1 – 7 of 7) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_file_extended_truncate_release.c362 file_ptr -> fx_file_total_clusters = cluster_count; in _fx_file_extended_truncate_release()
563 if (file_ptr -> fx_file_consecutive_cluster > file_ptr -> fx_file_total_clusters) in _fx_file_extended_truncate_release()
567 file_ptr -> fx_file_consecutive_cluster = file_ptr -> fx_file_total_clusters; in _fx_file_extended_truncate_release()
608 search_ptr -> fx_file_total_clusters = file_ptr -> fx_file_total_clusters; in _fx_file_extended_truncate_release()
Dfx_file_extended_allocate.c372 if (file_ptr -> fx_file_total_clusters) in _fx_file_extended_allocate()
442 file_ptr -> fx_file_total_clusters = in _fx_file_extended_allocate()
443 file_ptr -> fx_file_total_clusters + clusters; in _fx_file_extended_allocate()
Dfx_file_extended_best_effort_allocate.c403 if (file_ptr -> fx_file_total_clusters) in _fx_file_extended_best_effort_allocate()
485 file_ptr -> fx_file_total_clusters = in _fx_file_extended_best_effort_allocate()
486 file_ptr -> fx_file_total_clusters + clusters; in _fx_file_extended_best_effort_allocate()
Dfx_file_write.c258 …replace_clusters = (UINT)(file_ptr -> fx_file_total_clusters - file_ptr -> fx_file_current_relativ… in _fx_file_write()
490 file_ptr -> fx_file_total_clusters = file_ptr -> fx_file_total_clusters + clusters; in _fx_file_write()
1327 if (search_ptr -> fx_file_total_clusters == 0) in _fx_file_write()
1331 … search_ptr -> fx_file_total_clusters = file_ptr -> fx_file_total_clusters; in _fx_file_write()
Dfx_file_open.c450 file_ptr -> fx_file_total_clusters = cluster_count; in _fx_file_open()
/FileX-v6.2.1/test/regression_test/
Dfilex_file_write_available_cluster_test.c282 my_file.fx_file_total_clusters = 50; in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h1128 ULONG fx_file_total_clusters; member