perf_benchmark sample
lfs_bd_prog()
is only used within perf_benchmark sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/6)...
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_bd_prog()
lfs_bd_prog() function
Syntax
Show:
Summary
Declaration
from
lfs.c:227
static
int
lfs_bd_prog
(
lfs_t
*
lfs
,
lfs_cache_t
*
pcache
,
lfs_cache_t
*
rcache
,
bool
validate
,
lfs_block_t
block
,
lfs_off_t
off
,
const
void
*
buffer
,
lfs_size_t
size
)
;
Arguments
Argument
lfs
pcache
rcache
validate
block
off
buffer
size
Examples
References
from
examples
Code
Location
Referrer
static
int
lfs_bd_prog
(
lfs_t
*
lfs
,
lfs.c:227
int
err
=
lfs_bd_prog
(
lfs
,
lfs.c:1578
lfs_dir_commitprog()
int
err
=
lfs_bd_prog
(
lfs
,
lfs.c:1721
lfs_dir_commitcrc()
err
=
lfs_bd_prog
(
lfs
,
lfs.c:2933
lfs_ctz_extend()
err
=
lfs_bd_prog
(
lfs
,
pcache
,
rcache
,
true
,
lfs.c:2955
lfs_ctz_extend()
err
=
lfs_bd_prog
(
lfs
,
lfs.c:3269
lfs_file_relocate()
int
err
=
lfs_bd_prog
(
lfs
,
&
file
->
cache
,
&
lfs
->
rcache
,
true
,
lfs.c:3590
lfs_file_flushedwrite()
Call Tree
from
examples
lfs_bd_prog()
is called by 5 functions and calls 5 functions:
lfs_dir_commitprog()
lfs_dir_commitcrc()
lfs_ctz_extend()
lfs_file_relocate()
lfs_file_flushedwrite()
All items filtered out
lfs_bd_prog()
__assert_func()
lfs_max()
lfs_min()
lfs_aligndown()
lfs_bd_flush()
All items filtered out
Data Use
from
examples
lfs_bd_prog()
reads 9 variables and writes 3 variables:
lfs_cache::block
lfs_cache::off
lfs_cache::size
lfs_cache::buffer
lfs_config::prog_size
lfs_config::block_size
lfs_config::cache_size
lfs::cfg
lfs::block_count
All items filtered out
lfs_bd_prog()
lfs_cache::block
lfs_cache::off
lfs_cache::size
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