ESP-IDF
spiffs_ix_map::map_buf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spiffs_ix_map::map_buf
spiffs_ix_map::map_buf field
Syntax
Show:
Summary
Declaration
from
spiffs.h:329
spiffs_page_ix
*
map_buf
;
Examples
References
from
examples
Code
Location
Referrer
spiffs_page_ix
*
map_buf
;
spiffs.h:329
map
->
map_buf
=
map_buf
;
spiffs_hydrogen.c:1304
SPIFFS_ix_map()
memset
(
&
map
->
map_buf
,
0
,
vec_len
*
sizeof
(
spiffs_page_ix
)
)
;
spiffs_hydrogen.c:1374
SPIFFS_ix_remap()
map
->
map_buf
[
i
]
=
map
->
map_buf
[
i
+
spix_diff
]
;
spiffs_hydrogen.c:1381
SPIFFS_ix_remap()
memset
(
&
map
->
map_buf
[
vec_len
-
spix_diff
]
,
0
,
spix_diff
*
sizeof
(
spiffs_page_ix
)
)
;
spiffs_hydrogen.c:1384
SPIFFS_ix_remap()
map
->
map_buf
[
i
]
=
map
->
map_buf
[
i
+
spix_diff
]
;
spiffs_hydrogen.c:1391
SPIFFS_ix_remap()
memset
(
&
map
->
map_buf
[
0
]
,
0
,
-
spix_diff
*
sizeof
(
spiffs_page_ix
)
)
;
spiffs_hydrogen.c:1394
SPIFFS_ix_remap()
map
->
map_buf
[
map_spix
-
map
->
start_spix
]
=
objix_data_pix
;
spiffs_nucleus.c:647
spiffs_update_ix_map()
&&
fd
->
ix_map
->
map_buf
[
data_spix
-
fd
->
ix_map
->
start_spix
]
)
{
spiffs_nucleus.c:1999
spiffs_object_read()
data_pix
=
fd
->
ix_map
->
map_buf
[
data_spix
-
fd
->
ix_map
->
start_spix
]
;
spiffs_nucleus.c:2000
spiffs_object_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_ix_map::map_buf
is written by 1 function and is read by 3 functions:
SPIFFS_ix_map()
All items filtered out
spiffs_ix_map::map_buf
SPIFFS_ix_remap()
spiffs_update_ix_map()
spiffs_object_read()
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