perf_benchmark sample
lfs_commit::off
is only used within perf_benchmark sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/6)...
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_commit::off
lfs_commit::off field
Syntax
Show:
Summary
Declaration
from
lfs.c:1567
lfs_off_t
off
;
Examples
References
from
examples
Code
Location
Referrer
lfs_off_t
off
;
lfs.c:1567
commit
->
block
,
commit
->
off
,
lfs.c:1580
lfs_dir_commitprog()
commit
->
off
+=
size
;
lfs.c:1587
lfs_dir_commitprog()
if
(
commit
->
off
+
dsize
>
commit
->
end
)
{
lfs.c:1597
lfs_dir_commitattr()
lfs_min
(
commit
->
off
+
5
*
sizeof
(
uint32_t
)
,
lfs
->
cfg
->
block_size
)
,
lfs.c:1648
lfs_dir_commitcrc()
while
(
commit
->
off
<
end
)
{
lfs.c:1657
lfs_dir_commitcrc()
lfs_min
(
end
-
(
commit
->
off
+
sizeof
(
lfs_tag_t
)
)
,
0x3fe
)
lfs.c:1659
lfs_dir_commitcrc()
+
(
commit
->
off
+
sizeof
(
lfs_tag_t
)
)
)
;
lfs.c:1660
lfs_dir_commitcrc()
noff
-
(
commit
->
off
+
sizeof
(
lfs_tag_t
)
)
)
;
lfs.c:1716
lfs_dir_commitcrc()
commit
->
block
,
commit
->
off
,
&
ccrc
,
sizeof
(
ccrc
)
)
;
lfs.c:1723
lfs_dir_commitcrc()
off1
=
commit
->
off
+
sizeof
(
lfs_tag_t
)
;
lfs.c:1730
lfs_dir_commitcrc()
commit
->
off
=
noff
;
lfs.c:1734
lfs_dir_commitcrc()
.
off
=
0
,
lfs.c:1957
lfs_dir_compact()
LFS_ASSERT
(
commit
.
off
%
lfs
->
cfg
->
prog_size
==
0
)
;
lfs.c:2054
lfs_dir_compact()
dir
->
off
=
commit
.
off
;
lfs.c:2057
lfs_dir_compact()
.
off
=
dir
->
off
,
lfs.c:2246
lfs_dir_relocatingcommit()
LFS_ASSERT
(
commit
.
off
%
lfs
->
cfg
->
prog_size
==
0
)
;
lfs.c:2304
lfs_dir_relocatingcommit()
dir
->
off
=
commit
.
off
;
lfs.c:2305
lfs_dir_relocatingcommit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lfs_commit::off
is written by 2 functions and is read by 5 functions:
lfs_dir_commitprog()
lfs_dir_commitcrc()
All items filtered out
lfs_commit::off
lfs_dir_commitprog()
lfs_dir_commitattr()
lfs_dir_commitcrc()
lfs_dir_compact()
lfs_dir_relocatingcommit()
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