ESP-IDF
spiffs_gc::cur_obj_id
is only used within ESP-IDF.
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
ESP-IDF
spiffs_gc::cur_obj_id
spiffs_gc::cur_obj_id field
Syntax
Show:
Summary
Declaration
from
spiffs_gc.c:356
spiffs_obj_id
cur_obj_id
;
Examples
References
from
examples
Code
Location
Referrer
spiffs_obj_id
cur_obj_id
;
spiffs_gc.c:356
gc
.
cur_obj_id
=
obj_id
;
spiffs_gc.c:428
spiffs_gc_clean()
if
(
obj_id
==
gc
.
cur_obj_id
)
{
spiffs_gc.c:436
spiffs_gc_clean()
res
=
spiffs_obj_lu_find_id_and_span
(
fs
,
gc
.
cur_obj_id
|
SPIFFS_OBJ_ID_IX_FLAG
,
gc
.
cur_objix_spix
,
0
,
&
objix_pix
)
;
spiffs_gc.c:541
spiffs_gc_clean()
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()
res
=
spiffs_object_update_index_hdr
(
fs
,
0
,
gc
.
cur_obj_id
|
SPIFFS_OBJ_ID_IX_FLAG
,
gc
.
cur_objix_pix
,
fs
->
work
,
0
,
0
,
0
,
&
new_objix_pix
)
;
spiffs_gc.c:578
spiffs_gc_clean()
res
=
spiffs_page_move
(
fs
,
0
,
fs
->
work
,
gc
.
cur_obj_id
|
SPIFFS_OBJ_ID_IX_FLAG
,
0
,
gc
.
cur_objix_pix
,
&
new_objix_pix
)
;
spiffs_gc.c:583
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_gc::cur_obj_id
is written by 1 function and is read by 1 function:
spiffs_gc_clean()
All items filtered out
spiffs_gc::cur_obj_id
spiffs_gc_clean()
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