perf_benchmark sample
lfs_file_sync_()
is only used within perf_benchmark sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
perf_benchmark sample
lfs_file_sync_()
lfs_file_sync_() function
Syntax
Show:
Summary
Declaration
Definition
from
lfs.c:555
static
int
lfs_file_sync_
(
lfs_t
*
lfs
,
lfs_file_t
*
file
)
;
Implemented in
lfs.c:3395
Arguments
Argument
lfs
file
Examples
References
from
examples
Code
Location
Referrer
static
int
lfs_file_sync_
(
lfs_t
*
lfs
,
lfs_file_t
*
file
)
{
lfs.c:3395
static
int
lfs_file_sync_
(
lfs_t
*
lfs
,
lfs_file_t
*
file
)
;
lfs.c:555
int
err
=
lfs_file_sync_
(
lfs
,
file
)
;
lfs.c:3212
lfs_file_close_()
err
=
lfs_file_sync_
(
lfs
,
file
)
;
lfs.c:6115
lfs_file_sync()
Call Tree
from
examples
lfs_file_sync_()
is called by 2 functions and calls 5 functions:
lfs_file_close_()
lfs_file_sync()
All items filtered out
lfs_file_sync_()
lfs_dir_commit()
lfs_bd_sync()
lfs_pair_isnull()
lfs_ctz_tole32()
lfs_file_flush()
All items filtered out
Data Use
from
examples
lfs_file_sync_()
reads 17 variables and writes 1 variable:
lfs_type::LFS_TYPE_CTZSTRUCT
lfs_type::LFS_TYPE_INLINESTRUCT
lfs_type::LFS_FROM_USERATTRS
lfs_open_flags::LFS_F_DIRTY
lfs_open_flags::LFS_F_ERRED
lfs_open_flags::LFS_F_INLINE
lfs_file_config::attrs
lfs_file_config::attr_count
lfs_cache::buffer
lfs_mdir::pair
lfs_file::id
lfs_file::m
lfs_ctz::size
lfs_file::ctz
lfs_file::flags
lfs_file::cache
lfs_file::cfg
All items filtered out
lfs_file_sync_()
lfs_file::flags
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