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

FX_FILE_STRUCT::fx_file_total_clusters field

Syntax

ULONG fx_file_total_clusters;

References

LocationReferrerText
fx_api.h:1247
ULONG fx_file_total_clusters;
fx_file_extended_allocate.c:656_fx_file_extended_allocate()
if (file_ptr -> fx_file_total_clusters)
fx_file_extended_allocate.c:759_fx_file_extended_allocate()
file_ptr -> fx_file_total_clusters =
fx_file_extended_allocate.c:760_fx_file_extended_allocate()
file_ptr -> fx_file_total_clusters + clusters;
fx_file_extended_best_effort_allocate.c:692_fx_file_extended_best_effort_allocate()
if (file_ptr -> fx_file_total_clusters)
fx_file_extended_best_effort_allocate.c:809_fx_file_extended_best_effort_allocate()
file_ptr -> fx_file_total_clusters =
fx_file_extended_best_effort_allocate.c:810_fx_file_extended_best_effort_allocate()
file_ptr -> fx_file_total_clusters + clusters;
fx_file_extended_truncate_release.c:398_fx_file_extended_truncate_release()
file_ptr -> fx_file_total_clusters = cluster_count;
fx_file_extended_truncate_release.c:686_fx_file_extended_truncate_release()
if (file_ptr -> fx_file_consecutive_cluster > file_ptr -> fx_file_total_clusters)
fx_file_extended_truncate_release.c:690_fx_file_extended_truncate_release()
file_ptr -> fx_file_consecutive_cluster = file_ptr -> fx_file_total_clusters;
fx_file_extended_truncate_release.c:731_fx_file_extended_truncate_release()
search_ptr -> fx_file_total_clusters = file_ptr -> fx_file_total_clusters;
fx_file_open.c:514_fx_file_open()
file_ptr -> fx_file_total_clusters = cluster_count;
fx_file_write.c:531_fx_file_write()
file_ptr -> fx_file_total_clusters = file_ptr -> fx_file_total_clusters + clusters;
fx_file_write.c:1650_fx_file_write()
if (search_ptr -> fx_file_total_clusters == 0)
fx_file_write.c:1654_fx_file_write()
search_ptr -> fx_file_total_clusters = file_ptr -> fx_file_total_clusters;

Data Use

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