ESP-IDF
spiffs_t::lu_work
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_t::lu_work
spiffs_t::lu_work field
Syntax
Show:
Summary
Declaration
from
spiffs.h:247
u8_t
*
lu_work
;
Examples
References
from
examples
Code
Location
Referrer
u8_t
*
lu_work
;
spiffs.h:247
0
,
SPIFFS_PAGE_TO_PADDR
(
fs
,
objix_pix
)
,
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_check.c:115
spiffs_rewrite_index()
spiffs_page_header
*
objix_p_hdr
=
(
spiffs_page_header
*
)
fs
->
lu_work
;
spiffs_check.c:117
spiffs_rewrite_index()
(
(
spiffs_page_ix
*
)
(
(
u8_t
*
)
fs
->
lu_work
+
sizeof
(
spiffs_page_object_ix_header
)
)
)
[
data_spix
]
=
new_data_pix
;
spiffs_check.c:137
spiffs_rewrite_index()
(
(
spiffs_page_ix
*
)
(
(
u8_t
*
)
fs
->
lu_work
+
sizeof
(
spiffs_page_object_ix
)
)
)
[
SPIFFS_OBJ_IX_ENTRY
(
fs
,
data_spix
)
]
=
new_data_pix
;
spiffs_check.c:139
spiffs_rewrite_index()
0
,
SPIFFS_PAGE_TO_PADDR
(
fs
,
free_pix
)
,
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_check.c:143
spiffs_rewrite_index()
0
,
SPIFFS_PAGE_TO_PADDR
(
fs
,
cur_pix
)
,
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_check.c:574
spiffs_page_consistency_check_i()
spiffs_page_header
*
objix_p_hdr
=
(
spiffs_page_header
*
)
fs
->
lu_work
;
spiffs_check.c:579
spiffs_page_consistency_check_i()
object_page_index
=
(
spiffs_page_ix
*
)
(
(
u8_t
*
)
fs
->
lu_work
+
sizeof
(
spiffs_page_object_ix_header
)
)
;
spiffs_check.c:588
spiffs_page_consistency_check_i()
object_page_index
=
(
spiffs_page_ix
*
)
(
(
u8_t
*
)
fs
->
lu_work
+
sizeof
(
spiffs_page_object_ix
)
)
;
spiffs_check.c:593
spiffs_page_consistency_check_i()
spiffs_obj_id
*
obj_lu_buf
=
(
spiffs_obj_id
*
)
fs
->
lu_work
;
spiffs_gc.c:39
spiffs_gc_quick()
0
,
cur_block_addr
+
SPIFFS_PAGE_TO_PADDR
(
fs
,
obj_lookup_page
)
,
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_gc.c:59
spiffs_gc_quick()
spiffs_obj_id
*
obj_lu_buf
=
(
spiffs_obj_id
*
)
fs
->
lu_work
;
spiffs_gc.c:205
spiffs_gc_erase_page_stats()
0
,
bix
*
SPIFFS_CFG_LOG_BLOCK_SZ
(
fs
)
+
SPIFFS_PAGE_TO_PADDR
(
fs
,
obj_lookup_page
)
,
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_gc.c:214
spiffs_gc_erase_page_stats()
spiffs_obj_id
*
obj_lu_buf
=
(
spiffs_obj_id
*
)
fs
->
lu_work
;
spiffs_gc.c:245
spiffs_gc_find_candidate()
0
,
cur_block_addr
+
SPIFFS_PAGE_TO_PADDR
(
fs
,
obj_lookup_page
)
,
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_gc.c:274
spiffs_gc_find_candidate()
spiffs_obj_id
*
obj_lu_buf
=
(
spiffs_obj_id
*
)
fs
->
lu_work
;
spiffs_gc.c:382
spiffs_gc_clean()
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_gc.c:412
spiffs_gc_clean()
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_gc.c:454
spiffs_gc_clean()
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_gc.c:499
spiffs_gc_clean()
fs
->
lu_work
=
&
work
[
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
]
;
spiffs_hydrogen.c:95
SPIFFS_mount()
spiffs_obj_id
*
obj_lu_buf
=
(
spiffs_obj_id
*
)
fs
->
lu_work
;
spiffs_nucleus.c:140
spiffs_obj_lu_find_entry_visitor()
0
,
cur_block_addr
+
SPIFFS_PAGE_TO_PADDR
(
fs
,
obj_lookup_page
)
,
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_nucleus.c:167
spiffs_obj_lu_find_entry_visitor()
0
,
cur_block_addr
+
SPIFFS_PAGE_TO_PADDR
(
fs
,
obj_lookup_page
)
,
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
,
fs
->
lu_work
)
;
spiffs_nucleus.c:187
spiffs_obj_lu_find_entry_visitor()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_t::lu_work
is written by 1 function and is read by 7 functions:
SPIFFS_mount()
All items filtered out
spiffs_t::lu_work
spiffs_rewrite_index()
spiffs_page_consistency_check_i()
spiffs_gc_quick()
spiffs_gc_erase_page_stats()
spiffs_gc_find_candidate()
spiffs_gc_clean()
spiffs_obj_lu_find_entry_visitor()
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