perf_benchmark sample
LFS_BLOCK_NULL
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_NULL
LFS_BLOCK_NULL macro
Syntax
Show:
Summary
Declaration
from
lfs.c:13
#define
LFS_BLOCK_NULL
(
(
lfs_block_t
)
-
1
)
Examples
References
from
examples
Code
Location
#define
LFS_BLOCK_NULL
(
(
lfs_block_t
)
-
1
)
lfs.c:13
rcache
->
block
=
LFS_BLOCK_NULL
;
lfs.c:35
pcache
->
block
=
LFS_BLOCK_NULL
;
lfs.c:41
if
(
pcache
->
block
!=
LFS_BLOCK_NULL
&&
pcache
->
block
!=
LFS_BLOCK_INLINE
)
{
lfs.c:178
LFS_ASSERT
(
pcache
->
block
==
LFS_BLOCK_NULL
)
;
lfs.c:262
return
pair
[
0
]
==
LFS_BLOCK_NULL
||
pair
[
1
]
==
LFS_BLOCK_NULL
;
lfs.c:293
lfs_block_t
temptail
[
2
]
=
{
LFS_BLOCK_NULL
,
LFS_BLOCK_NULL
}
;
lfs.c:1139
dir
->
tail
[
0
]
=
LFS_BLOCK_NULL
;
lfs.c:1820
dir
->
tail
[
1
]
=
LFS_BLOCK_NULL
;
lfs.c:1821
d
->
m
.
pair
[
0
]
=
LFS_BLOCK_NULL
;
lfs.c:2342
d
->
m
.
pair
[
1
]
=
LFS_BLOCK_NULL
;
lfs.c:2343
*
block
=
LFS_BLOCK_NULL
;
lfs.c:2861
if
(
lfs
->
rcache
.
block
!=
LFS_BLOCK_NULL
)
{
lfs.c:3352
lfs
->
root
[
0
]
=
LFS_BLOCK_NULL
;
lfs.c:4294
lfs
->
root
[
1
]
=
LFS_BLOCK_NULL
;
lfs.c:4295
lfs_block_t
tortoise
[
2
]
=
{
LFS_BLOCK_NULL
,
LFS_BLOCK_NULL
}
;
lfs.c:4407
lfs_block_t
tortoise
[
2
]
=
{
LFS_BLOCK_NULL
,
LFS_BLOCK_NULL
}
;
lfs.c:4636
lfs_block_t
tortoise
[
2
]
=
{
LFS_BLOCK_NULL
,
LFS_BLOCK_NULL
}
;
lfs.c:4730
lfs_block_t
tortoise
[
2
]
=
{
LFS_BLOCK_NULL
,
LFS_BLOCK_NULL
}
;
lfs.c:4795
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