Home
last modified time | relevance | path

Searched refs:fx_file_consecutive_cluster (Results 1 – 6 of 6) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_file_extended_seek.c153 … if (byte_offset >= (ULONG64)file_ptr -> fx_file_consecutive_cluster * (ULONG64)bytes_per_cluster) in _fx_file_extended_seek()
174 (file_ptr -> fx_file_consecutive_cluster - 1); in _fx_file_extended_seek()
176 (file_ptr -> fx_file_consecutive_cluster - 1) * bytes_per_cluster; in _fx_file_extended_seek()
177 cluster_count = (file_ptr -> fx_file_consecutive_cluster - 1); in _fx_file_extended_seek()
Dfx_file_extended_truncate_release.c563 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()
583 file_ptr -> fx_file_consecutive_cluster = 1; in _fx_file_extended_truncate_release()
620 … search_ptr -> fx_file_consecutive_cluster = file_ptr -> fx_file_consecutive_cluster; in _fx_file_extended_truncate_release()
Dfx_file_open.c317 file_ptr -> fx_file_consecutive_cluster = 1; in _fx_file_open()
375 file_ptr -> fx_file_consecutive_cluster++; in _fx_file_open()
Dfx_file_extended_best_effort_allocate.c460 file_ptr -> fx_file_consecutive_cluster = clusters; in _fx_file_extended_best_effort_allocate()
Dfx_file_write.c309 … if (file_ptr -> fx_file_current_relative_cluster < file_ptr -> fx_file_consecutive_cluster) in _fx_file_write()
525 file_ptr -> fx_file_consecutive_cluster = 1; in _fx_file_write()
/FileX-v6.2.1/common/inc/
Dfx_api.h1130 ULONG fx_file_consecutive_cluster; member