filex
+
0
/3 examples
SourceVu will show references to
ULONG64
from the following samples and libraries:
Libraries
netxduo
threadx
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_WebServer
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
filex
ULONG64
ULONG64
Syntax
Show:
Summary
Declaration
from
fx_port.h:103
typedef
unsigned
long
long
ULONG64
;
Examples
ULONG64
is referenced by 3 libraries and example projects:
Libraries
netxduo
threadx
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_WebServer
References
from
0/3
examples
Code
Location
Scope
Referrer
typedef
unsigned
long
long
ULONG64
;
fx_port.h:103
ULONG64
fx_dir_entry_file_size
;
/* Size of the file in bytes */
fx_api.h:799
FX_DIR_ENTRY_STRUCT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_file_size
ULONG64
fx_dir_entry_log_sector
;
/* Logical sector of this directory entry */
fx_api.h:800
FX_DIR_ENTRY_STRUCT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_log_sector
ULONG64
fx_dir_entry_last_search_log_sector
;
/* Last logical sector searched */
fx_api.h:805
FX_DIR_ENTRY_STRUCT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_last_search_log_sector
ULONG64
fx_dir_entry_next_log_sector
;
fx_api.h:807
FX_DIR_ENTRY_STRUCT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_next_log_sector
ULONG64
fx_cached_sector
;
fx_api.h:848
FX_CACHED_SECTOR_STRUCT
FX_CACHED_SECTOR_STRUCT::fx_cached_sector
ULONG64
fx_media_total_sectors
;
fx_api.h:934
FX_MEDIA_STRUCT
FX_MEDIA_STRUCT::fx_media_total_sectors
ULONG64
fx_file_current_logical_sector
;
fx_api.h:1252
FX_FILE_STRUCT
FX_FILE_STRUCT::fx_file_current_logical_sector
ULONG64
fx_file_current_file_offset
;
fx_api.h:1256
FX_FILE_STRUCT
FX_FILE_STRUCT::fx_file_current_file_offset
ULONG64
fx_file_current_file_size
;
fx_api.h:1257
FX_FILE_STRUCT
FX_FILE_STRUCT::fx_file_current_file_size
ULONG64
fx_file_current_available_size
;
fx_api.h:1258
FX_FILE_STRUCT
FX_FILE_STRUCT::fx_file_current_available_size
UINT
fx_file_extended_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_api.h:1574
_fxe_file_extended_allocate()
_fxe_file_extended_allocate()::size
UINT
fx_file_extended_best_effort_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
,
ULONG64
*
actual_size_allocated
)
;
fx_api.h:1575
_fxe_file_extended_best_effort_allocate()
_fxe_file_extended_best_effort_allocate()::size
UINT
fx_file_extended_relative_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
,
UINT
seek_from
)
;
fx_api.h:1576
_fxe_file_extended_relative_seek()
_fxe_file_extended_relative_seek()::byte_offset
UINT
fx_file_extended_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
)
;
fx_api.h:1577
_fxe_file_extended_seek()
_fxe_file_extended_seek()::byte_offset
UINT
fx_file_extended_truncate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_api.h:1578
_fxe_file_extended_truncate()
_fxe_file_extended_truncate()::size
UINT
fx_file_extended_truncate_release
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_api.h:1579
_fxe_file_extended_truncate_release()
_fxe_file_extended_truncate_release()::size
UINT
fx_media_extended_space_available
(
FX_MEDIA
*
media_ptr
,
ULONG64
*
available_bytes_ptr
)
;
fx_api.h:1612
_fxe_media_extended_space_available()
_fxe_media_extended_space_available()::available_bytes_ptr
ULONG64
_fx_utility_64_unsigned_read
(
UCHAR
*
source_ptr
)
;
fx_api.h:1657
_fx_utility_64_unsigned_read()
VOID
_fx_utility_64_unsigned_write
(
UCHAR
*
dest_ptr
,
ULONG64
value
)
;
fx_api.h:1658
_fx_utility_64_unsigned_write()
_fx_utility_64_unsigned_write()::value
ULONG64
logical_sector
;
fx_directory_create.c:110
_fx_directory_create()
(
(
(
ULONG64
)
FAT_index
-
FX_FAT_ENTRY_START
)
*
fx_directory_create.c:451
_fx_directory_create()
status
=
_fx_utility_logical_sector_flush
(
media_ptr
,
logical_sector
+
1
,
(
(
ULONG64
)
(
sectors
-
1
)
)
,
FX_TRUE
)
;
fx_directory_create.c:544
_fx_directory_create()
status
=
_fx_utility_logical_sector_flush
(
media_ptr
,
(
(
ULONG64
)
1
)
,
(
ULONG64
)
(
media_ptr
->
fx_media_sectors_per_FAT
)
,
FX_FALSE
)
;
fx_directory_delete.c:563
_fx_directory_delete()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_entry_read.c:242
_fx_directory_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_entry_read.c:266
_fx_directory_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_entry_read.c:496
_fx_directory_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
entry_ptr
->
fx_dir_entry_log_sector
,
fx_directory_entry_write.c:163
_fx_directory_entry_write()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_entry_write.c:610
_fx_directory_entry_write()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_entry_write.c:695
_fx_directory_entry_write()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_entry_write.c:839
_fx_directory_entry_write()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_entry_write.c:924
_fx_directory_entry_write()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_entry_write.c:1106
_fx_directory_entry_write()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_free_search.c:527
_fx_directory_free_search()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_directory_free_search.c:555
_fx_directory_free_search()
status
=
_fx_utility_logical_sector_flush
(
media_ptr
,
(
ULONG64
)
(
logical_sector
+
1
)
,
(
ULONG64
)
(
sectors
-
1
)
,
FX_TRUE
)
;
fx_directory_free_search.c:575
_fx_directory_free_search()
ULONG64
directory_size
;
fx_directory_next_entry_find.c:94
_fx_directory_next_entry_find()
directory_size
=
(
(
(
ULONG64
)
media_ptr
->
fx_media_bytes_per_sector
)
*
fx_directory_next_entry_find.c:259
_fx_directory_next_entry_find()
(
(
ULONG64
)
media_ptr
->
fx_media_sectors_per_cluster
)
*
i
)
/
fx_directory_next_entry_find.c:260
_fx_directory_next_entry_find()
(
ULONG64
)
FX_DIR_ENTRY_SIZE
;
fx_directory_next_entry_find.c:261
_fx_directory_next_entry_find()
ULONG64
directory_size
;
fx_directory_next_full_entry_find.c:105
_fx_directory_next_full_entry_find()
directory_size
=
(
(
(
ULONG64
)
media_ptr
->
fx_media_bytes_per_sector
)
*
fx_directory_next_full_entry_find.c:282
_fx_directory_next_full_entry_find()
(
(
ULONG64
)
media_ptr
->
fx_media_sectors_per_cluster
)
*
i
)
fx_directory_next_full_entry_find.c:283
_fx_directory_next_full_entry_find()
/
(
ULONG64
)
FX_DIR_ENTRY_SIZE
;
fx_directory_next_full_entry_find.c:284
_fx_directory_next_full_entry_find()
ULONG64
directory_size
;
fx_directory_search.c:113
_fx_directory_search()
directory_size
=
(
(
(
ULONG64
)
media_ptr
->
fx_media_bytes_per_sector
)
*
fx_directory_search.c:564
_fx_directory_search()
(
(
ULONG64
)
media_ptr
->
fx_media_sectors_per_cluster
)
*
i
)
fx_directory_search.c:565
_fx_directory_search()
/
(
ULONG64
)
FX_DIR_ENTRY_SIZE
;
fx_directory_search.c:566
_fx_directory_search()
UINT
_fx_file_extended_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_file.h:91
_fx_file_extended_allocate()
_fx_file_extended_allocate()::size
UINT
_fx_file_extended_best_effort_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
,
ULONG64
*
actual_size_allocated
)
;
fx_file.h:92
_fx_file_extended_best_effort_allocate()
_fx_file_extended_best_effort_allocate()::size
UINT
_fx_file_extended_relative_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
,
UINT
seek_from
)
;
fx_file.h:93
_fx_file_extended_relative_seek()
_fx_file_extended_relative_seek()::byte_offset
UINT
_fx_file_extended_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
)
;
fx_file.h:94
_fx_file_extended_seek()
_fx_file_extended_seek()::byte_offset
UINT
_fx_file_extended_truncate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_file.h:95
_fx_file_extended_truncate()
_fx_file_extended_truncate()::size
UINT
_fx_file_extended_truncate_release
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_file.h:96
_fx_file_extended_truncate_release()
_fx_file_extended_truncate_release()::size
UINT
_fxe_file_extended_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_file.h:117
_fxe_file_extended_allocate()
_fxe_file_extended_allocate()::size
UINT
_fxe_file_extended_best_effort_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
,
ULONG64
*
actual_size_allocated
)
;
fx_file.h:118
_fxe_file_extended_best_effort_allocate()
_fxe_file_extended_best_effort_allocate()::size
UINT
_fxe_file_extended_relative_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
,
UINT
seek_from
)
;
fx_file.h:119
_fxe_file_extended_relative_seek()
_fxe_file_extended_relative_seek()::byte_offset
UINT
_fxe_file_extended_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
)
;
fx_file.h:120
_fxe_file_extended_seek()
_fxe_file_extended_seek()::byte_offset
UINT
_fxe_file_extended_truncate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_file.h:121
_fxe_file_extended_truncate()
_fxe_file_extended_truncate()::size
UINT
_fxe_file_extended_truncate_release
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_file.h:122
_fxe_file_extended_truncate_release()
_fxe_file_extended_truncate_release()::size
return
(
_fx_file_extended_allocate
(
file_ptr
,
(
ULONG64
)
size
)
)
;
fx_file_allocate.c:82
_fx_file_allocate()
ULONG64
temp_actual_size_allocated
;
fx_file_best_effort_allocate.c:83
_fx_file_best_effort_allocate()
status
=
_fx_file_extended_best_effort_allocate
(
file_ptr
,
(
ULONG64
)
size
,
&
temp_actual_size_allocated
)
;
fx_file_best_effort_allocate.c:86
_fx_file_best_effort_allocate()
UINT
_fx_file_extended_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
fx_file_extended_allocate.c:97
_fx_file_extended_allocate()
_fx_file_extended_allocate()::size
if
(
(
(
file_ptr
->
fx_file_current_available_size
+
(
(
(
ULONG64
)
clusters
)
*
(
(
ULONG64
)
bytes_per_cluster
)
)
)
<
file_ptr
->
fx_file_current_available_size
)
||
fx_file_extended_allocate.c:235
_fx_file_extended_allocate()
(
(
file_ptr
->
fx_file_current_available_size
+
(
(
(
ULONG64
)
clusters
)
*
(
(
ULONG64
)
bytes_per_cluster
)
)
)
>
0xFFFFFFFFULL
)
)
fx_file_extended_allocate.c:236
_fx_file_extended_allocate()
(
(
(
ULONG64
)
(
FAT_index
-
FX_FAT_ENTRY_START
)
)
*
fx_file_extended_allocate.c:699
_fx_file_extended_allocate()
(
(
(
ULONG64
)
(
file_ptr
->
fx_file_first_physical_cluster
-
FX_FAT_ENTRY_START
)
)
*
fx_file_extended_allocate.c:713
_fx_file_extended_allocate()
status
=
_fx_utility_logical_sector_flush
(
media_ptr
,
(
(
ULONG64
)
1
)
,
(
ULONG64
)
(
media_ptr
->
fx_media_sectors_per_FAT
)
,
FX_FALSE
)
;
fx_file_extended_allocate.c:838
_fx_file_extended_allocate()
UINT
_fx_file_extended_best_effort_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
,
ULONG64
*
actual_size_allocated
)
fx_file_extended_best_effort_allocate.c:98
_fx_file_extended_best_effort_allocate()
_fx_file_extended_best_effort_allocate()::size
if
(
(
(
file_ptr
->
fx_file_current_available_size
+
(
(
(
ULONG64
)
clusters
)
*
(
(
ULONG64
)
bytes_per_cluster
)
)
)
<
file_ptr
->
fx_file_current_available_size
)
||
fx_file_extended_best_effort_allocate.c:242
_fx_file_extended_best_effort_allocate()
(
(
file_ptr
->
fx_file_current_available_size
+
(
(
(
ULONG64
)
clusters
)
*
(
(
ULONG64
)
bytes_per_cluster
)
)
)
>
0xFFFFFFFFULL
)
)
fx_file_extended_best_effort_allocate.c:243
_fx_file_extended_best_effort_allocate()
(
(
(
ULONG64
)
(
FAT_index
-
FX_FAT_ENTRY_START
)
)
*
fx_file_extended_best_effort_allocate.c:736
_fx_file_extended_best_effort_allocate()
(
(
(
ULONG64
)
(
file_ptr
->
fx_file_first_physical_cluster
-
FX_FAT_ENTRY_START
)
)
*
fx_file_extended_best_effort_allocate.c:750
_fx_file_extended_best_effort_allocate()
*
actual_size_allocated
=
(
(
ULONG64
)
clusters
)
*
bytes_per_cluster
;
fx_file_extended_best_effort_allocate.c:817
_fx_file_extended_best_effort_allocate()
status
=
_fx_utility_logical_sector_flush
(
media_ptr
,
(
(
ULONG64
)
1
)
,
(
ULONG64
)
(
media_ptr
->
fx_media_sectors_per_FAT
)
,
FX_FALSE
)
;
fx_file_extended_best_effort_allocate.c:892
_fx_file_extended_best_effort_allocate()
UINT
_fx_file_extended_relative_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
,
UINT
seek_from
)
fx_file_extended_relative_seek.c:84
_fx_file_extended_relative_seek()
_fx_file_extended_relative_seek()::byte_offset
return
(
_fx_file_extended_seek
(
file_ptr
,
(
(
ULONG64
)
0
)
)
)
;
fx_file_extended_relative_seek.c:128
_fx_file_extended_relative_seek()
return
(
_fx_file_extended_seek
(
file_ptr
,
(
(
ULONG64
)
0
)
)
)
;
fx_file_extended_relative_seek.c:153
_fx_file_extended_relative_seek()
UINT
_fx_file_extended_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
)
fx_file_extended_seek.c:81
_fx_file_extended_seek()
_fx_file_extended_seek()::byte_offset
ULONG64
bytes_remaining
;
fx_file_extended_seek.c:90
_fx_file_extended_seek()
if
(
byte_offset
>=
(
ULONG64
)
file_ptr
->
fx_file_consecutive_cluster
*
(
ULONG64
)
bytes_per_cluster
)
fx_file_extended_seek.c:154
_fx_file_extended_seek()
if
(
(
ULONG64
)
file_ptr
->
fx_file_current_relative_cluster
*
(
ULONG64
)
bytes_per_cluster
<
byte_offset
)
fx_file_extended_seek.c:186
_fx_file_extended_seek()
if
(
byte_offset
>
(
(
(
ULONG64
)
bytes_per_cluster
)
*
(
(
ULONG64
)
cluster_count
)
)
)
fx_file_extended_seek.c:270
_fx_file_extended_seek()
(
(
(
ULONG64
)
file_ptr
->
fx_file_current_physical_cluster
-
FX_FAT_ENTRY_START
)
*
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()
UINT
_fx_file_extended_truncate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
fx_file_extended_truncate.c:86
_fx_file_extended_truncate()
_fx_file_extended_truncate()::size
ULONG64
bytes_remaining
;
fx_file_extended_truncate.c:95
_fx_file_extended_truncate()
if
(
size
>
(
(
(
ULONG64
)
bytes_per_cluster
)
*
(
(
ULONG64
)
cluster_count
)
)
)
fx_file_extended_truncate.c:289
_fx_file_extended_truncate()
(
(
(
ULONG64
)
file_ptr
->
fx_file_current_physical_cluster
-
FX_FAT_ENTRY_START
)
*
fx_file_extended_truncate.c:303
_fx_file_extended_truncate()
UINT
_fx_file_extended_truncate_release
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
fx_file_extended_truncate_release.c:96
_fx_file_extended_truncate_release()
_fx_file_extended_truncate_release()::size
ULONG64
bytes_remaining
;
fx_file_extended_truncate_release.c:105
_fx_file_extended_truncate_release()
if
(
size
>
(
(
(
ULONG64
)
bytes_per_cluster
)
*
(
(
ULONG64
)
cluster_count
)
)
)
fx_file_extended_truncate_release.c:368
_fx_file_extended_truncate_release()
(
(
(
ULONG64
)
file_ptr
->
fx_file_current_physical_cluster
-
FX_FAT_ENTRY_START
)
*
fx_file_extended_truncate_release.c:386
_fx_file_extended_truncate_release()
cluster_count
=
(
ULONG
)
(
file_ptr
->
fx_file_current_available_size
+
(
(
(
ULONG64
)
bytes_per_cluster
)
-
(
(
ULONG64
)
1
)
)
)
/
bytes_per_cluster
;
fx_file_extended_truncate_release.c:395
_fx_file_extended_truncate_release()
if
(
size
>
(
(
(
ULONG64
)
bytes_per_cluster
)
*
(
(
ULONG64
)
cluster_count
)
)
)
fx_file_extended_truncate_release.c:829
_fx_file_extended_truncate_release()
(
(
(
ULONG64
)
search_ptr
->
fx_file_current_physical_cluster
-
FX_FAT_ENTRY_START
)
*
fx_file_extended_truncate_release.c:853
_fx_file_extended_truncate_release()
ULONG64
bytes_available
;
fx_file_open.c:100
_fx_file_open()
ULONG64
bytes_remaining
;
fx_file_open.c:101
_fx_file_open()
bytes_available
=
(
(
ULONG64
)
media_ptr
->
fx_media_bytes_per_sector
)
*
fx_file_open.c:488
_fx_file_open()
(
(
ULONG64
)
media_ptr
->
fx_media_sectors_per_cluster
)
*
fx_file_open.c:489
_fx_file_open()
(
(
ULONG64
)
cluster_count
)
;
fx_file_open.c:490
_fx_file_open()
(
(
(
ULONG64
)
(
file_ptr
->
fx_file_first_physical_cluster
-
FX_FAT_ENTRY_START
)
)
*
fx_file_open.c:529
_fx_file_open()
(
(
(
ULONG64
)
file_ptr
->
fx_file_current_physical_cluster
-
FX_FAT_ENTRY_START
)
*
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()
if
(
(
ULONG64
)
request_size
>
fx_file_read.c:147
_fx_file_read()
if
(
(
bytes_remaining
==
0
)
&&
(
(
file_ptr
->
fx_file_current_file_offset
+
(
ULONG64
)
request_size
)
>=
fx_file_read.c:364
_fx_file_read()
(
(
(
(
ULONG64
)
next_cluster
)
-
FX_FAT_ENTRY_START
)
*
fx_file_read.c:426
_fx_file_read()
file_ptr
->
fx_file_current_file_offset
+
(
ULONG64
)
request_size
;
fx_file_read.c:446
_fx_file_read()
return
(
_fx_file_extended_relative_seek
(
file_ptr
,
(
ULONG64
)
byte_offset
,
seek_from
)
)
;
fx_file_relative_seek.c:87
_fx_file_relative_seek()
return
(
_fx_file_extended_seek
(
file_ptr
,
(
ULONG64
)
byte_offset
)
)
;
fx_file_seek.c:81
_fx_file_seek()
return
(
_fx_file_extended_truncate
(
file_ptr
,
(
ULONG64
)
size
)
)
;
fx_file_truncate.c:81
_fx_file_truncate()
return
(
_fx_file_extended_truncate_release
(
file_ptr
,
(
ULONG64
)
size
)
)
;
fx_file_truncate_release.c:83
_fx_file_truncate_release()
ULONG64
bytes_remaining
;
fx_file_write.c:104
_fx_file_write()
if
(
file_ptr
->
fx_file_current_available_size
+
(
ULONG64
)
bytes_per_cluster
*
(
ULONG64
)
clusters
>
0xFFFFFFFFULL
)
fx_file_write.c:538
_fx_file_write()
file_ptr
->
fx_file_current_available_size
+
(
ULONG64
)
bytes_per_cluster
*
(
ULONG64
)
clusters
;
fx_file_write.c:551
_fx_file_write()
(
(
(
ULONG64
)
(
FAT_index
-
FX_FAT_ENTRY_START
)
)
*
fx_file_write.c:946
_fx_file_write()
(
(
(
ULONG64
)
(
FAT_index
-
FX_FAT_ENTRY_START
)
)
*
fx_file_write.c:961
_fx_file_write()
(
(
(
(
ULONG64
)
next_cluster
)
-
FX_FAT_ENTRY_START
)
*
fx_file_write.c:1522
_fx_file_write()
(
(
(
ULONG64
)
(
file_ptr
->
fx_file_first_physical_cluster
-
FX_FAT_ENTRY_START
)
)
*
fx_file_write.c:1658
_fx_file_write()
CHAR
*
volume_name
,
UINT
number_of_fats
,
ULONG64
hidden_sectors
,
ULONG64
total_sectors
,
UINT
bytes_per_sector
,
UINT
sectors_per_cluster
,
UINT
volume_serial_number
,
UINT
boundary_unit
)
;
fx_media.h:66
_fx_media_exFAT_format()
_fx_media_exFAT_format()::hidden_sectors
UINT
_fx_media_extended_space_available
(
FX_MEDIA
*
media_ptr
,
ULONG64
*
available_bytes_ptr
)
;
fx_media.h:78
_fx_media_extended_space_available()
_fx_media_extended_space_available()::available_bytes_ptr
CHAR
*
volume_name
,
UINT
number_of_fats
,
ULONG64
hidden_sectors
,
ULONG64
total_sectors
,
UINT
bytes_per_sector
,
UINT
sectors_per_cluster
,
UINT
volume_serial_number
,
UINT
boundary_unit
)
;
fx_media.h:91
_fxe_media_exFAT_format()
_fxe_media_exFAT_format()::hidden_sectors
UINT
_fxe_media_extended_space_available
(
FX_MEDIA
*
media_ptr
,
ULONG64
*
available_bytes_ptr
)
;
fx_media.h:103
_fxe_media_extended_space_available()
_fxe_media_extended_space_available()::available_bytes_ptr
status
=
_fx_utility_logical_sector_flush
(
media_ptr
,
(
(
ULONG64
)
1
)
,
(
ULONG64
)
(
media_ptr
->
fx_media_total_sectors
)
,
FX_TRUE
)
;
fx_media_cache_invalidate.c:126
_fx_media_cache_invalidate()
status
=
_fx_utility_logical_sector_flush
(
media_ptr
,
(
(
ULONG64
)
1
)
,
(
ULONG64
)
(
media_ptr
->
fx_media_total_sectors
)
,
FX_FALSE
)
;
fx_media_close.c:209
_fx_media_close()
(
media_ptr
->
fx_media_sector_cache_list_ptr
)
->
fx_cached_sector
=
(
~
(
ULONG64
)
0
)
;
fx_media_close.c:242
_fx_media_close()
UINT
_fx_media_extended_space_available
(
FX_MEDIA
*
media_ptr
,
ULONG64
*
available_bytes_ptr
)
fx_media_extended_space_available.c:75
_fx_media_extended_space_available()
_fx_media_extended_space_available()::available_bytes_ptr
ULONG64
available_bytes
;
fx_media_extended_space_available.c:78
_fx_media_extended_space_available()
available_bytes
=
(
(
ULONG64
)
available_clusters
)
*
(
(
ULONG64
)
bytes_per_cluster
)
;
fx_media_extended_space_available.c:104
_fx_media_extended_space_available()
status
=
_fx_utility_logical_sector_flush
(
media_ptr
,
(
(
ULONG64
)
1
)
,
(
ULONG64
)
(
media_ptr
->
fx_media_total_sectors
)
,
FX_FALSE
)
;
fx_media_flush.c:205
_fx_media_flush()
(
media_ptr
->
fx_media_sector_cache_list_ptr
)
->
fx_cached_sector
=
(
~
(
ULONG64
)
0
)
;
fx_media_flush.c:234
_fx_media_flush()
cache_entry_ptr
->
fx_cached_sector
=
(
~
(
ULONG64
)
0
)
;
fx_media_open.c:389
_fx_media_open()
(
media_ptr
->
fx_media_sector_cache_list_ptr
)
->
fx_cached_sector
=
(
~
(
(
ULONG64
)
0
)
)
;
fx_media_open.c:653
_fx_media_open()
_fx_utility_logical_sector_flush
(
media_ptr
,
(
(
ULONG64
)
1
)
,
(
ULONG64
)
(
media_ptr
->
fx_media_total_sectors
)
,
FX_TRUE
)
;
fx_media_open.c:814
_fx_media_open()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
buffer_ptr
,
(
(
ULONG
)
1
)
,
FX_DATA_SECTOR
)
;
fx_media_read.c:108
_fx_media_read()
ULONG64
available_bytes
;
fx_media_space_available.c:81
_fx_media_space_available()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
dir_entry
.
fx_dir_entry_log_sector
,
fx_media_volume_get_extended.c:173
_fx_media_volume_get_extended()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
(
ULONG64
)
0
)
,
fx_media_volume_get_extended.c:276
_fx_media_volume_get_extended()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
(
ULONG64
)
0
)
,
fx_media_volume_set.c:265
_fx_media_volume_set()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
dir_entry
.
fx_dir_entry_log_sector
,
fx_media_volume_set.c:482
_fx_media_volume_set()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
dir_entry
.
fx_dir_entry_log_sector
,
fx_media_volume_set.c:552
_fx_media_volume_set()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
logical_sector
,
buffer_ptr
,
(
(
ULONG
)
1
)
,
FX_DATA_SECTOR
)
;
fx_media_write.c:119
_fx_media_write()
ULONG64
total_sectors
;
fx_partition_offset_calculate.c:118
_fx_partition_offset_calculate()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
entry_ptr
->
fx_dir_entry_log_sector
,
fx_unicode_directory_entry_change.c:132
_fx_unicode_directory_entry_change()
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_unicode_directory_entry_change.c:259
_fx_unicode_directory_entry_change()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_unicode_directory_entry_change.c:334
_fx_unicode_directory_entry_change()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_unicode_directory_entry_change.c:382
_fx_unicode_directory_entry_change()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_unicode_directory_entry_read.c:219
_fx_unicode_directory_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_unicode_directory_entry_read.c:243
_fx_unicode_directory_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
logical_sector
,
fx_unicode_directory_entry_read.c:505
_fx_unicode_directory_entry_read()
ULONG64
_fx_utility_64_unsigned_read
(
UCHAR
*
source_ptr
)
;
fx_utility.h:65
_fx_utility_64_unsigned_read()
VOID
_fx_utility_64_unsigned_write
(
UCHAR
*
dest_ptr
,
ULONG64
value
)
;
fx_utility.h:66
_fx_utility_64_unsigned_write()
_fx_utility_64_unsigned_write()::value
*
_fx_utility_logical_sector_cache_entry_read
(
FX_MEDIA
*
media_ptr
,
ULONG64
logical_sector
,
FX_CACHED_SECTOR
*
*
previous_cache_entry
)
;
fx_utility.h:70
_fx_utility_logical_sector_cache_entry_read()
_fx_utility_logical_sector_cache_entry_read()::logical_sector
UINT
_fx_utility_logical_sector_read
(
FX_MEDIA
*
media_ptr
,
ULONG64
logical_sector
,
fx_utility.h:71
_fx_utility_logical_sector_read()
_fx_utility_logical_sector_read()::logical_sector
UINT
_fx_utility_logical_sector_write
(
FX_MEDIA
*
media_ptr
,
ULONG64
logical_sector
,
fx_utility.h:73
_fx_utility_logical_sector_write()
_fx_utility_logical_sector_write()::logical_sector
UINT
_fx_utility_logical_sector_flush
(
FX_MEDIA
*
media_ptr
,
ULONG64
starting_sector
,
ULONG64
sectors
,
UINT
invalidate
)
;
fx_utility.h:75
_fx_utility_logical_sector_flush()
_fx_utility_logical_sector_flush()::starting_sector
ULONG64
_fx_utility_64_unsigned_read
(
UCHAR
*
source_ptr
)
fx_utility_64_unsigned_read.c:73
_fx_utility_64_unsigned_read()
ULONG64
value
;
fx_utility_64_unsigned_read.c:76
_fx_utility_64_unsigned_read()
value
=
(
(
ULONG64
)
upper_portion
)
<
<
32
;
fx_utility_64_unsigned_read.c:84
_fx_utility_64_unsigned_read()
value
|=
(
ULONG64
)
lower_portion
;
fx_utility_64_unsigned_read.c:85
_fx_utility_64_unsigned_read()
VOID
_fx_utility_64_unsigned_write
(
UCHAR
*
dest_ptr
,
ULONG64
value
)
fx_utility_64_unsigned_write.c:74
_fx_utility_64_unsigned_write()
_fx_utility_64_unsigned_write()::value
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_entry_read.c:241
_fx_utility_FAT_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_entry_read.c:277
_fx_utility_FAT_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_entry_read.c:312
_fx_utility_FAT_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_entry_read.c:358
_fx_utility_FAT_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_entry_read.c:401
_fx_utility_FAT_entry_read()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_flush.c:139
_fx_utility_FAT_flush()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_flush.c:288
_fx_utility_FAT_flush()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_flush.c:353
_fx_utility_FAT_flush()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_flush.c:414
_fx_utility_FAT_flush()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_flush.c:452
_fx_utility_FAT_flush()
status
=
_fx_utility_logical_sector_write
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_flush.c:513
_fx_utility_FAT_flush()
status
=
_fx_utility_logical_sector_read
(
media_ptr
,
(
ULONG64
)
FAT_sector
,
fx_utility_FAT_map_flush.c:125
_fx_utility_FAT_map_flush()
(
(
ULONG64
)
FAT_sector
)
+
(
(
ULONG64
)
FATs
*
(
ULONG64
)
(
media_ptr
->
fx_media_sectors_per_FAT
)
)
,
fx_utility_FAT_map_flush.c:144
_fx_utility_FAT_map_flush()
FX_CACHED_SECTOR
*
_fx_utility_logical_sector_cache_entry_read
(
FX_MEDIA
*
media_ptr
,
ULONG64
logical_sector
,
fx_utility_logical_sector_cache_entry_read.c:83
_fx_utility_logical_sector_cache_entry_read()
_fx_utility_logical_sector_cache_entry_read()::logical_sector
UINT
_fx_utility_logical_sector_flush
(
FX_MEDIA
*
media_ptr
,
ULONG64
starting_sector
,
ULONG64
sectors
,
UINT
invalidate
)
fx_utility_logical_sector_flush.c:84
_fx_utility_logical_sector_flush()
_fx_utility_logical_sector_flush()::starting_sector
ULONG64
ending_sector
;
fx_utility_logical_sector_flush.c:94
_fx_utility_logical_sector_flush()
cache_entry
->
fx_cached_sector
=
(
~
(
ULONG64
)
0
)
;
fx_utility_logical_sector_flush.c:226
_fx_utility_logical_sector_flush()
cache_entry
->
fx_cached_sector
=
(
~
(
ULONG64
)
0
)
;
fx_utility_logical_sector_flush.c:428
_fx_utility_logical_sector_flush()
UINT
_fx_utility_logical_sector_read
(
FX_MEDIA
*
media_ptr
,
ULONG64
logical_sector
,
fx_utility_logical_sector_read.c:101
_fx_utility_logical_sector_read()
_fx_utility_logical_sector_read()::logical_sector
ULONG64
end_sector
;
fx_utility_logical_sector_read.c:107
_fx_utility_logical_sector_read()
cache_entry
->
fx_cached_sector
=
(
~
(
ULONG64
)
0
)
;
fx_utility_logical_sector_read.c:333
_fx_utility_logical_sector_read()
_fx_utility_logical_sector_flush
(
media_ptr
,
logical_sector
,
(
ULONG64
)
sectors
,
FX_TRUE
)
;
fx_utility_logical_sector_read.c:417
_fx_utility_logical_sector_read()
UINT
_fx_utility_logical_sector_write
(
FX_MEDIA
*
media_ptr
,
ULONG64
logical_sector
,
fx_utility_logical_sector_write.c:96
_fx_utility_logical_sector_write()
_fx_utility_logical_sector_write()::logical_sector
_fx_utility_logical_sector_flush
(
media_ptr
,
logical_sector
,
(
ULONG64
)
sectors
,
FX_TRUE
)
;
fx_utility_logical_sector_write.c:394
_fx_utility_logical_sector_write()
UINT
_fxe_file_extended_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
fxe_file_extended_allocate.c:74
_fxe_file_extended_allocate()
_fxe_file_extended_allocate()::size
UINT
_fxe_file_extended_best_effort_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
,
ULONG64
*
actual_size_allocated
)
fxe_file_extended_best_effort_allocate.c:77
_fxe_file_extended_best_effort_allocate()
_fxe_file_extended_best_effort_allocate()::size
UINT
_fxe_file_extended_relative_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
,
UINT
seek_from
)
fxe_file_extended_relative_seek.c:82
_fxe_file_extended_relative_seek()
_fxe_file_extended_relative_seek()::byte_offset
UINT
_fxe_file_extended_seek
(
FX_FILE
*
file_ptr
,
ULONG64
byte_offset
)
fxe_file_extended_seek.c:74
_fxe_file_extended_seek()
_fxe_file_extended_seek()::byte_offset
UINT
_fxe_file_extended_truncate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
fxe_file_extended_truncate.c:74
_fxe_file_extended_truncate()
_fxe_file_extended_truncate()::size
UINT
_fxe_file_extended_truncate_release
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
fxe_file_extended_truncate_release.c:75
_fxe_file_extended_truncate_release()
_fxe_file_extended_truncate_release()::size
UINT
_fxe_media_extended_space_available
(
FX_MEDIA
*
media_ptr
,
ULONG64
*
available_bytes_ptr
)
fxe_media_extended_space_available.c:75
_fxe_media_extended_space_available()
_fxe_media_extended_space_available()::available_bytes_ptr
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
All items filtered out
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Instance
Scope
Location
Project
FX_DIR_ENTRY_STRUCT::fx_dir_entry_file_size
FX_DIR_ENTRY_STRUCT
fx_api.h:799
FX_DIR_ENTRY_STRUCT::fx_dir_entry_log_sector
FX_DIR_ENTRY_STRUCT
fx_api.h:800
FX_DIR_ENTRY_STRUCT::fx_dir_entry_last_search_log_sector
FX_DIR_ENTRY_STRUCT
fx_api.h:805
FX_DIR_ENTRY_STRUCT::fx_dir_entry_next_log_sector
FX_DIR_ENTRY_STRUCT
fx_api.h:807
FX_CACHED_SECTOR_STRUCT::fx_cached_sector
FX_CACHED_SECTOR_STRUCT
fx_api.h:848
FX_MEDIA_STRUCT::fx_media_total_sectors
FX_MEDIA_STRUCT
fx_api.h:934
FX_FILE_STRUCT::fx_file_current_logical_sector
FX_FILE_STRUCT
fx_api.h:1252
FX_FILE_STRUCT::fx_file_current_file_offset
FX_FILE_STRUCT
fx_api.h:1256
FX_FILE_STRUCT::fx_file_current_file_size
FX_FILE_STRUCT
fx_api.h:1257
FX_FILE_STRUCT::fx_file_current_available_size
FX_FILE_STRUCT
fx_api.h:1258
_fxe_file_extended_allocate()::size
_fxe_file_extended_allocate()
fx_api.h:1574
_fxe_file_extended_best_effort_allocate()::size
_fxe_file_extended_best_effort_allocate()
fx_api.h:1575
_fxe_file_extended_best_effort_allocate()::actual_size_allocated
_fxe_file_extended_best_effort_allocate()
fx_api.h:1575
_fxe_file_extended_relative_seek()::byte_offset
_fxe_file_extended_relative_seek()
fx_api.h:1576
_fxe_file_extended_seek()::byte_offset
_fxe_file_extended_seek()
fx_api.h:1577
_fxe_file_extended_truncate()::size
_fxe_file_extended_truncate()
fx_api.h:1578
_fxe_file_extended_truncate_release()::size
_fxe_file_extended_truncate_release()
fx_api.h:1579
_fxe_media_extended_space_available()::available_bytes_ptr
_fxe_media_extended_space_available()
fx_api.h:1612
return
_fx_utility_64_unsigned_read()
fx_api.h:1657
_fx_utility_64_unsigned_write()::value
_fx_utility_64_unsigned_write()
fx_api.h:1658
_fx_file_extended_allocate()::size
_fx_file_extended_allocate()
fx_file.h:91
_fx_file_extended_best_effort_allocate()::size
_fx_file_extended_best_effort_allocate()
fx_file.h:92
_fx_file_extended_best_effort_allocate()::actual_size_allocated
_fx_file_extended_best_effort_allocate()
fx_file.h:92
_fx_file_extended_relative_seek()::byte_offset
_fx_file_extended_relative_seek()
fx_file.h:93
_fx_file_extended_seek()::byte_offset
_fx_file_extended_seek()
fx_file.h:94
_fx_file_extended_truncate()::size
_fx_file_extended_truncate()
fx_file.h:95
_fx_file_extended_truncate_release()::size
_fx_file_extended_truncate_release()
fx_file.h:96
_fxe_file_extended_allocate()::size
_fxe_file_extended_allocate()
fx_file.h:117
_fxe_file_extended_best_effort_allocate()::size
_fxe_file_extended_best_effort_allocate()
fx_file.h:118
_fxe_file_extended_best_effort_allocate()::actual_size_allocated
_fxe_file_extended_best_effort_allocate()
fx_file.h:118
_fxe_file_extended_relative_seek()::byte_offset
_fxe_file_extended_relative_seek()
fx_file.h:119
_fxe_file_extended_seek()::byte_offset
_fxe_file_extended_seek()
fx_file.h:120
_fxe_file_extended_truncate()::size
_fxe_file_extended_truncate()
fx_file.h:121
_fxe_file_extended_truncate_release()::size
_fxe_file_extended_truncate_release()
fx_file.h:122
return
_fx_utility_64_unsigned_read()
fx_utility.h:65
_fx_utility_64_unsigned_write()::value
_fx_utility_64_unsigned_write()
fx_utility.h:66
_fx_utility_logical_sector_cache_entry_read()::logical_sector
_fx_utility_logical_sector_cache_entry_read()
fx_utility.h:70
_fx_utility_logical_sector_read()::logical_sector
_fx_utility_logical_sector_read()
fx_utility.h:71
_fx_utility_logical_sector_write()::logical_sector
_fx_utility_logical_sector_write()
fx_utility.h:73
_fx_utility_logical_sector_flush()::starting_sector
_fx_utility_logical_sector_flush()
fx_utility.h:75
_fx_utility_logical_sector_flush()::sectors
_fx_utility_logical_sector_flush()
fx_utility.h:75
_fx_file_extended_allocate()::size
_fx_file_extended_allocate()
fx_file_extended_allocate.c:97
_fx_file_extended_best_effort_allocate()::size
_fx_file_extended_best_effort_allocate()
fx_file_extended_best_effort_allocate.c:98
_fx_file_extended_best_effort_allocate()::actual_size_allocated
_fx_file_extended_best_effort_allocate()
fx_file_extended_best_effort_allocate.c:98
_fx_file_extended_relative_seek()::byte_offset
_fx_file_extended_relative_seek()
fx_file_extended_relative_seek.c:84
_fx_file_extended_seek()::byte_offset
_fx_file_extended_seek()
fx_file_extended_seek.c:81
_fx_file_extended_truncate()::size
_fx_file_extended_truncate()
fx_file_extended_truncate.c:86
_fx_file_extended_truncate_release()::size
_fx_file_extended_truncate_release()
fx_file_extended_truncate_release.c:96
_fx_media_exFAT_format()::hidden_sectors
_fx_media_exFAT_format()
fx_media.h:66
_fx_media_exFAT_format()::total_sectors
_fx_media_exFAT_format()
fx_media.h:66
_fx_media_extended_space_available()::available_bytes_ptr
_fx_media_extended_space_available()
fx_media.h:78
_fxe_media_exFAT_format()::hidden_sectors
_fxe_media_exFAT_format()
fx_media.h:91
_fxe_media_exFAT_format()::total_sectors
_fxe_media_exFAT_format()
fx_media.h:91
_fxe_media_extended_space_available()::available_bytes_ptr
_fxe_media_extended_space_available()
fx_media.h:103
_fx_media_extended_space_available()::available_bytes_ptr
_fx_media_extended_space_available()
fx_media_extended_space_available.c:75
return
_fx_utility_64_unsigned_read()
fx_utility_64_unsigned_read.c:73
_fx_utility_64_unsigned_write()::value
_fx_utility_64_unsigned_write()
fx_utility_64_unsigned_write.c:74
_fx_utility_logical_sector_cache_entry_read()::logical_sector
_fx_utility_logical_sector_cache_entry_read()
fx_utility_logical_sector_cache_entry_read.c:83
_fx_utility_logical_sector_flush()::starting_sector
_fx_utility_logical_sector_flush()
fx_utility_logical_sector_flush.c:84
_fx_utility_logical_sector_flush()::sectors
_fx_utility_logical_sector_flush()
fx_utility_logical_sector_flush.c:84
_fx_utility_logical_sector_read()::logical_sector
_fx_utility_logical_sector_read()
fx_utility_logical_sector_read.c:101
_fx_utility_logical_sector_write()::logical_sector
_fx_utility_logical_sector_write()
fx_utility_logical_sector_write.c:96
_fxe_file_extended_allocate()::size
_fxe_file_extended_allocate()
fxe_file_extended_allocate.c:74
_fxe_file_extended_best_effort_allocate()::size
_fxe_file_extended_best_effort_allocate()
fxe_file_extended_best_effort_allocate.c:77
_fxe_file_extended_best_effort_allocate()::actual_size_allocated
_fxe_file_extended_best_effort_allocate()
fxe_file_extended_best_effort_allocate.c:77
_fxe_file_extended_relative_seek()::byte_offset
_fxe_file_extended_relative_seek()
fxe_file_extended_relative_seek.c:82
_fxe_file_extended_seek()::byte_offset
_fxe_file_extended_seek()
fxe_file_extended_seek.c:74
_fxe_file_extended_truncate()::size
_fxe_file_extended_truncate()
fxe_file_extended_truncate.c:74
_fxe_file_extended_truncate_release()::size
_fxe_file_extended_truncate_release()
fxe_file_extended_truncate_release.c:75
_fxe_media_extended_space_available()::available_bytes_ptr
_fxe_media_extended_space_available()
fxe_media_extended_space_available.c:75
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out