ESP-IDF
spiffs_t::cache
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::cache
spiffs_t::cache field
Syntax
Show:
Summary
Declaration
from
spiffs.h:275
void
*
cache
;
Examples
References
from
examples
Code
Location
Referrer
void
*
cache
;
spiffs.h:275
spiffs_cache
*
cache
=
spiffs_get_cache
(
fs
)
;
spiffs_cache.c:15
spiffs_cache_page_get()
spiffs_cache
*
cache
=
spiffs_get_cache
(
fs
)
;
spiffs_cache.c:35
spiffs_cache_page_free()
spiffs_cache
*
cache
=
spiffs_get_cache
(
fs
)
;
spiffs_cache.c:64
spiffs_cache_page_remove_oldest()
spiffs_cache
*
cache
=
spiffs_get_cache
(
fs
)
;
spiffs_cache.c:93
spiffs_cache_page_allocate()
spiffs_cache
*
cache
=
spiffs_get_cache
(
fs
)
;
spiffs_cache.c:132
spiffs_phys_rd()
spiffs_cache
*
cache
=
spiffs_get_cache
(
fs
)
;
spiffs_cache.c:193
spiffs_phys_wr()
spiffs_cache
*
cache
=
spiffs_get_cache
(
fs
)
;
spiffs_cache.c:228
spiffs_cache_page_get_by_fd()
if
(
fs
->
cache
==
0
)
return
;
spiffs_cache.c:287
spiffs_cache_init()
cache
.
cpages
=
(
u8_t
*
)
(
(
u8_t
*
)
fs
->
cache
+
sizeof
(
spiffs_cache
)
)
;
spiffs_cache.c:303
spiffs_cache_init()
_SPIFFS_MEMCPY
(
fs
->
cache
,
&
cache
,
sizeof
(
spiffs_cache
)
)
;
spiffs_cache.c:307
spiffs_cache_init()
spiffs_cache
*
c
=
spiffs_get_cache
(
fs
)
;
spiffs_cache.c:309
spiffs_cache_init()
fs
->
cache
=
cache
;
spiffs_hydrogen.c:120
SPIFFS_mount()
spiffs_get_cache_page
(
fs
,
spiffs_get_cache
(
fs
)
,
fd
->
cache_page
->
ix
)
,
spiffs_hydrogen.c:520
SPIFFS_write()
spiffs_cache
*
cache
=
spiffs_get_cache
(
fs
)
;
spiffs_hydrogen.c:545
SPIFFS_write()
spiffs_get_cache_page
(
fs
,
spiffs_get_cache
(
fs
)
,
fd
->
cache_page
->
ix
)
,
spiffs_hydrogen.c:577
SPIFFS_write()
spiffs_get_cache_page
(
fs
,
spiffs_get_cache
(
fs
)
,
fd
->
cache_page
->
ix
)
,
spiffs_hydrogen.c:860
spiffs_fflush_cache()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_t::cache
is written by 1 function and is read by 10 functions:
SPIFFS_mount()
All items filtered out
spiffs_t::cache
spiffs_cache_page_get()
spiffs_cache_page_free()
spiffs_cache_page_remove_oldest()
spiffs_cache_page_allocate()
spiffs_phys_rd()
spiffs_phys_wr()
spiffs_cache_page_get_by_fd()
spiffs_cache_init()
SPIFFS_write()
spiffs_fflush_cache()
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