ESP-IDF
spiffs_page_object_ix::p_hdr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_page_object_ix::p_hdr
spiffs_page_object_ix::p_hdr field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:516
spiffs_page_header
p_hdr
;
Examples
References
from
examples
Code
Location
Referrer
spiffs_page_header
p_hdr
;
spiffs_nucleus.h:516
SPIFFS_VALIDATE_OBJIX
(
objix
->
p_hdr
,
gc
.
cur_obj_id
|
SPIFFS_OBJ_ID_IX_FLAG
,
gc
.
cur_objix_spix
)
;
spiffs_gc.c:561
spiffs_gc_clean()
SPIFFS_EV_IX_UPD
,
gc
.
cur_obj_id
,
objix
->
p_hdr
.
span_ix
,
new_objix_pix
,
0
)
;
spiffs_gc.c:587
spiffs_gc_clean()
SPIFFS_VALIDATE_OBJIX
(
objix
->
p_hdr
,
obj_id
,
objix
->
p_hdr
.
span_ix
)
;
spiffs_nucleus.c:682
spiffs_populate_ix_map_v()
if
(
(
objix
->
p_hdr
.
flags
&
(
SPIFFS_PH_FLAG_DELET
|
SPIFFS_PH_FLAG_FINAL
|
SPIFFS_PH_FLAG_IXDELE
)
)
==
spiffs_nucleus.c:685
spiffs_populate_ix_map_v()
objix
->
p_hdr
.
span_ix
>=
state
->
map_objix_start_spix
&&
spiffs_nucleus.c:687
spiffs_populate_ix_map_v()
objix
->
p_hdr
.
span_ix
<=
state
->
map_objix_end_spix
)
{
spiffs_nucleus.c:688
spiffs_populate_ix_map_v()
spiffs_update_ix_map
(
fs
,
state
->
fd
,
objix
->
p_hdr
.
span_ix
,
objix
)
;
spiffs_nucleus.c:696
spiffs_populate_ix_map_v()
SPIFFS_EV_IX_UPD
,
fd
->
obj_id
,
objix
->
p_hdr
.
span_ix
,
cur_objix_pix
,
0
)
;
spiffs_nucleus.c:1295
spiffs_object_append()
SPIFFS_EV_IX_UPD
,
fd
->
obj_id
,
objix
->
p_hdr
.
span_ix
,
cur_objix_pix
,
0
)
;
spiffs_nucleus.c:1429
spiffs_object_append()
SPIFFS_EV_IX_UPD
,
fd
->
obj_id
,
objix
->
p_hdr
.
span_ix
,
new_objix_pix
,
0
)
;
spiffs_nucleus.c:1521
spiffs_object_modify()
SPIFFS_EV_IX_UPD
,
fd
->
obj_id
,
objix
->
p_hdr
.
span_ix
,
new_objix_pix
,
0
)
;
spiffs_nucleus.c:1659
spiffs_object_modify()
SPIFFS_EV_IX_DEL
,
fd
->
obj_id
,
objix
->
p_hdr
.
span_ix
,
objix_pix
,
0
)
;
spiffs_nucleus.c:1793
spiffs_object_truncate()
SPIFFS_EV_IX_UPD
,
fd
->
obj_id
,
objix
->
p_hdr
.
span_ix
,
new_objix_pix
,
0
)
;
spiffs_nucleus.c:1962
spiffs_object_truncate()
SPIFFS_VALIDATE_OBJIX
(
objix
->
p_hdr
,
fd
->
obj_id
,
cur_objix_spix
)
;
spiffs_nucleus.c:2021
spiffs_object_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_page_object_ix::p_hdr
is read by 6 functions:
All items filtered out
spiffs_page_object_ix::p_hdr
spiffs_gc_clean()
spiffs_populate_ix_map_v()
spiffs_object_append()
spiffs_object_modify()
spiffs_object_truncate()
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