FX_FILE_STRUCT::fx_file_current_physical_cluster is only used within filex.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesfilexFX_FILE_STRUCT::fx_file_current_physical_cluster

FX_FILE_STRUCT::fx_file_current_physical_cluster field

Syntax

ULONG fx_file_current_physical_cluster;

References

LocationReferrerText
fx_api.h:1251
ULONG fx_file_current_physical_cluster;
fx_file_extended_allocate.c:695_fx_file_extended_allocate()
file_ptr -> fx_file_current_physical_cluster = FAT_index;
fx_file_extended_allocate.c:710_fx_file_extended_allocate()
file_ptr -> fx_file_current_physical_cluster = file_ptr -> fx_file_first_physical_cluster;
fx_file_extended_best_effort_allocate.c:732_fx_file_extended_best_effort_allocate()
file_ptr -> fx_file_current_physical_cluster = FAT_index;
fx_file_extended_best_effort_allocate.c:747_fx_file_extended_best_effort_allocate()
file_ptr -> fx_file_current_physical_cluster = file_ptr -> fx_file_first_physical_cluster;
fx_file_extended_seek.c:189_fx_file_extended_seek()
cluster = file_ptr -> fx_file_current_physical_cluster;
fx_file_extended_seek.c:245_fx_file_extended_seek()
file_ptr -> fx_file_current_physical_cluster = last_cluster;
fx_file_extended_seek.c:257_fx_file_extended_seek()
file_ptr -> fx_file_current_physical_cluster = cluster;
fx_file_extended_seek.c:289_fx_file_extended_seek()
file_ptr -> fx_file_current_physical_cluster =
fx_file_extended_seek.c:302_fx_file_extended_seek()
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_extended_seek.c:314_fx_file_extended_seek()
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_extended_truncate.c:300_fx_file_extended_truncate()
file_ptr -> fx_file_current_physical_cluster = last_cluster;
fx_file_extended_truncate.c:303_fx_file_extended_truncate()
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_extended_truncate_release.c:383_fx_file_extended_truncate_release()
file_ptr -> fx_file_current_physical_cluster = last_cluster;
fx_file_extended_truncate_release.c:386_fx_file_extended_truncate_release()
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_extended_truncate_release.c:701_fx_file_extended_truncate_release()
file_ptr -> fx_file_current_physical_cluster = 0;
fx_file_extended_truncate_release.c:850_fx_file_extended_truncate_release()
search_ptr -> fx_file_current_physical_cluster = last_cluster;
fx_file_extended_truncate_release.c:853_fx_file_extended_truncate_release()
(((ULONG64)search_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_extended_truncate_release.c:864_fx_file_extended_truncate_release()
search_ptr -> fx_file_current_physical_cluster = 0;
fx_file_open.c:308_fx_file_open()
file_ptr -> fx_file_current_physical_cluster = 0;
fx_file_open.c:461_fx_file_open()
else if (!file_ptr -> fx_file_current_physical_cluster)
fx_file_open.c:465_fx_file_open()
file_ptr -> fx_file_current_physical_cluster = last_cluster;
fx_file_open.c:477_fx_file_open()
file_ptr -> fx_file_current_physical_cluster = cluster;
fx_file_open.c:526_fx_file_open()
file_ptr -> fx_file_current_physical_cluster = file_ptr -> fx_file_first_physical_cluster;
fx_file_open.c:546_fx_file_open()
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_open.c:558_fx_file_open()
(((ULONG64)file_ptr -> fx_file_current_physical_cluster - FX_FAT_ENTRY_START) *
fx_file_read.c:224_fx_file_read()
next_cluster = cluster = file_ptr -> fx_file_current_physical_cluster;
fx_file_read.c:345_fx_file_read()
file_ptr -> fx_file_current_physical_cluster = cluster;
fx_file_read.c:397_fx_file_read()
file_ptr -> fx_file_current_physical_cluster, &next_cluster);
fx_file_read.c:423_fx_file_read()
file_ptr -> fx_file_current_physical_cluster = next_cluster;
fx_file_write.c:942_fx_file_write()
file_ptr -> fx_file_current_physical_cluster = FAT_index;
fx_file_write.c:958_fx_file_write()
file_ptr -> fx_file_current_physical_cluster = FAT_index;
fx_file_write.c:1338_fx_file_write()
next_cluster = cluster = file_ptr -> fx_file_current_physical_cluster;
fx_file_write.c:1434_fx_file_write()
file_ptr -> fx_file_current_physical_cluster = cluster;
fx_file_write.c:1490_fx_file_write()
file_ptr -> fx_file_current_physical_cluster, &next_cluster);
fx_file_write.c:1519_fx_file_write()
file_ptr -> fx_file_current_physical_cluster = next_cluster;
fx_file_write.c:1655_fx_file_write()
search_ptr -> fx_file_current_physical_cluster = file_ptr -> fx_file_first_physical_cluster;

Data Use

Functions writing FX_FILE_STRUCT::fx_file_current_physical_cluster
Functions reading FX_FILE_STRUCT::fx_file_current_physical_cluster
FX_FILE_STRUCT::fx_file_current_physical_cluster
Type of FX_FILE_STRUCT::fx_file_current_physical_cluster
FX_FILE_STRUCT::fx_file_current_physical_cluster
all items filtered out