Home
last modified time | relevance | path

Searched refs:fx_file_current_physical_cluster (Results 1 – 10 of 10) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_file_extended_seek.c163 cluster = file_ptr -> fx_file_current_physical_cluster; in _fx_file_extended_seek()
219 file_ptr -> fx_file_current_physical_cluster = last_cluster; in _fx_file_extended_seek()
231 file_ptr -> fx_file_current_physical_cluster = cluster; in _fx_file_extended_seek()
260 file_ptr -> fx_file_current_physical_cluster = in _fx_file_extended_seek()
273 … (((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) * in _fx_file_extended_seek()
285 … (((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) * in _fx_file_extended_seek()
Dfx_file_open.c298 file_ptr -> fx_file_current_physical_cluster = 0; in _fx_file_open()
400 else if (!file_ptr -> fx_file_current_physical_cluster) in _fx_file_open()
404 file_ptr -> fx_file_current_physical_cluster = last_cluster; in _fx_file_open()
416 file_ptr -> fx_file_current_physical_cluster = cluster; in _fx_file_open()
462 file_ptr -> fx_file_current_physical_cluster = file_ptr -> fx_file_first_physical_cluster; in _fx_file_open()
482 (((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) * in _fx_file_open()
494 (((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) * in _fx_file_open()
Dfx_file_write.c259 copy_head_cluster = file_ptr -> fx_file_current_physical_cluster; in _fx_file_write()
269 copy_head_cluster = file_ptr -> fx_file_current_physical_cluster; in _fx_file_write()
634 …_fx_fault_tolerant_set_FAT_chain(media_ptr, FX_FALSE, file_ptr -> fx_file_current_physical_cluster, in _fx_file_write()
700 file_ptr -> fx_file_current_physical_cluster = FAT_index; in _fx_file_write()
716 file_ptr -> fx_file_current_physical_cluster = FAT_index; in _fx_file_write()
864 file_ptr -> fx_file_current_physical_cluster = first_new_cluster; in _fx_file_write()
895 … (((ULONG)(file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START)) * in _fx_file_write()
930 if (file_ptr -> fx_file_current_physical_cluster == first_new_cluster) in _fx_file_write()
1038 next_cluster = cluster = file_ptr -> fx_file_current_physical_cluster; in _fx_file_write()
1123 file_ptr -> fx_file_current_physical_cluster = cluster; in _fx_file_write()
[all …]
Dfx_file_read.c223 next_cluster = cluster = file_ptr -> fx_file_current_physical_cluster; in _fx_file_read()
333 file_ptr -> fx_file_current_physical_cluster = cluster; in _fx_file_read()
377 … file_ptr -> fx_file_current_physical_cluster, &next_cluster); in _fx_file_read()
400 file_ptr -> fx_file_current_physical_cluster = next_cluster; in _fx_file_read()
Dfx_file_extended_truncate_release.c347 file_ptr -> fx_file_current_physical_cluster = last_cluster; in _fx_file_extended_truncate_release()
350 (((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) * in _fx_file_extended_truncate_release()
578 file_ptr -> fx_file_current_physical_cluster = 0; in _fx_file_extended_truncate_release()
709 search_ptr -> fx_file_current_physical_cluster = last_cluster; in _fx_file_extended_truncate_release()
712 … (((ULONG64)search_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) * in _fx_file_extended_truncate_release()
723 search_ptr -> fx_file_current_physical_cluster = 0; in _fx_file_extended_truncate_release()
Dfx_file_extended_truncate.c281 file_ptr -> fx_file_current_physical_cluster = last_cluster; in _fx_file_extended_truncate()
284 (((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) * in _fx_file_extended_truncate()
Dfx_file_extended_allocate.c404 file_ptr -> fx_file_current_physical_cluster = FAT_index; in _fx_file_extended_allocate()
419 … file_ptr -> fx_file_current_physical_cluster = file_ptr -> fx_file_first_physical_cluster; in _fx_file_extended_allocate()
Dfx_file_extended_best_effort_allocate.c436 file_ptr -> fx_file_current_physical_cluster = FAT_index; in _fx_file_extended_best_effort_allocate()
451 … file_ptr -> fx_file_current_physical_cluster = file_ptr -> fx_file_first_physical_cluster; in _fx_file_extended_best_effort_allocate()
/FileX-v6.2.1/test/regression_test/
Dfilex_file_write_seek_test.c251 my_file.fx_file_current_physical_cluster = 1; in ftest_0_entry()
292 my_file.fx_file_current_physical_cluster = (ULONG)-1; in ftest_0_entry()
295 my_file.fx_file_current_physical_cluster = 1; in ftest_0_entry()
/FileX-v6.2.1/common/inc/
Dfx_api.h1132 ULONG fx_file_current_physical_cluster; member