filex
FX_FILE_STRUCT::fx_file_consecutive_cluster
is only used within filex.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
filex
FX_FILE_STRUCT::fx_file_consecutive_cluster
FX_FILE_STRUCT::fx_file_consecutive_cluster field
Syntax
Show:
Summary
Declaration
from
fx_api.h:1249
ULONG
fx_file_consecutive_cluster
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
fx_file_consecutive_cluster
;
fx_api.h:1249
file_ptr
->
fx_file_consecutive_cluster
=
clusters
;
fx_file_extended_best_effort_allocate.c:756
_fx_file_extended_best_effort_allocate()
if
(
byte_offset
>=
(
ULONG64
)
file_ptr
->
fx_file_consecutive_cluster
*
(
ULONG64
)
bytes_per_cluster
)
fx_file_extended_seek.c:154
_fx_file_extended_seek()
(
file_ptr
->
fx_file_consecutive_cluster
-
1
)
;
fx_file_extended_seek.c:200
_fx_file_extended_seek()
(
file_ptr
->
fx_file_consecutive_cluster
-
1
)
*
bytes_per_cluster
;
fx_file_extended_seek.c:202
_fx_file_extended_seek()
cluster_count
=
(
file_ptr
->
fx_file_consecutive_cluster
-
1
)
;
fx_file_extended_seek.c:203
_fx_file_extended_seek()
if
(
file_ptr
->
fx_file_consecutive_cluster
>
file_ptr
->
fx_file_total_clusters
)
fx_file_extended_truncate_release.c:686
_fx_file_extended_truncate_release()
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
=
1
;
fx_file_extended_truncate_release.c:706
_fx_file_extended_truncate_release()
search_ptr
->
fx_file_consecutive_cluster
=
file_ptr
->
fx_file_consecutive_cluster
;
fx_file_extended_truncate_release.c:743
_fx_file_extended_truncate_release()
file_ptr
->
fx_file_consecutive_cluster
=
1
;
fx_file_open.c:327
_fx_file_open()
file_ptr
->
fx_file_consecutive_cluster
++
;
fx_file_open.c:436
_fx_file_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FX_FILE_STRUCT::fx_file_consecutive_cluster
is written by 3 functions and is read by 3 functions:
_fx_file_extended_best_effort_allocate()
_fx_file_extended_truncate_release()
_fx_file_open()
All items filtered out
FX_FILE_STRUCT::fx_file_consecutive_cluster
_fx_file_extended_seek()
_fx_file_extended_truncate_release()
_fx_file_open()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out