perf_benchmark sample
LFS_BLOCK_INLINE
is only used within perf_benchmark sample.
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
ESP-IDF Framework and Examples
perf_benchmark sample
LFS_BLOCK_INLINE
LFS_BLOCK_INLINE macro
Syntax
Show:
Summary
Declaration
from
lfs.c:14
#define
LFS_BLOCK_INLINE
(
(
lfs_block_t
)
-
2
)
Examples
References
from
examples
Code
Location
#define
LFS_BLOCK_INLINE
(
(
lfs_block_t
)
-
2
)
lfs.c:14
if
(
pcache
->
block
!=
LFS_BLOCK_NULL
&&
pcache
->
block
!=
LFS_BLOCK_INLINE
)
{
lfs.c:178
LFS_ASSERT
(
block
==
LFS_BLOCK_INLINE
||
block
<
lfs
->
block_count
)
;
lfs.c:232
if
(
pcache
&&
pcache
->
block
==
LFS_BLOCK_INLINE
&&
lfs.c:790
if
(
rcache
->
block
==
LFS_BLOCK_INLINE
&&
lfs.c:807
rcache
->
block
=
LFS_BLOCK_INLINE
;
lfs.c:825
file
->
ctz
.
head
=
LFS_BLOCK_INLINE
;
lfs.c:3169
file
->
block
=
LFS_BLOCK_INLINE
;
lfs.c:3481
file
->
block
=
LFS_BLOCK_INLINE
;
lfs.c:3580
file
->
ctz
.
head
=
LFS_BLOCK_INLINE
;
lfs.c:3754
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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