ESP-IDF
spiffs_cache_page::flags
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_cache_page::flags
spiffs_cache_page::flags field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:403
u8_t
flags
;
Examples
References
from
examples
Code
Location
Referrer
u8_t
flags
;
spiffs_nucleus.h:403
(
cp
->
flags
&
SPIFFS_CACHE_FLAG_TYPE_WR
)
==
0
&&
spiffs_cache.c:21
spiffs_cache_page_get()
(
cp
->
flags
&
SPIFFS_CACHE_FLAG_TYPE_WR
)
==
0
&&
spiffs_cache.c:39
spiffs_cache_page_free()
(
cp
->
flags
&
SPIFFS_CACHE_FLAG_DIRTY
)
)
{
spiffs_cache.c:40
spiffs_cache_page_free()
if
(
cp
->
flags
&
SPIFFS_CACHE_FLAG_TYPE_WR
)
{
spiffs_cache.c:47
spiffs_cache_page_free()
cp
->
flags
=
0
;
spiffs_cache.c:55
spiffs_cache_page_free()
(
cp
->
flags
&
flag_mask
)
==
flags
)
{
spiffs_cache.c:78
spiffs_cache_page_remove_oldest()
cp
->
flags
=
SPIFFS_CACHE_FLAG_WRTHRU
;
spiffs_cache.c:157
spiffs_phys_rd()
if
(
cp
->
flags
&
SPIFFS_CACHE_FLAG_WRTHRU
)
{
spiffs_cache.c:213
spiffs_phys_wr()
(
cp
->
flags
&
SPIFFS_CACHE_FLAG_TYPE_WR
)
&&
spiffs_cache.c:239
spiffs_cache_page_get_by_fd()
cp
->
flags
=
SPIFFS_CACHE_FLAG_TYPE_WR
;
spiffs_cache.c:260
spiffs_cache_page_allocate_by_fd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_cache_page::flags
is written by 3 functions and is read by 5 functions:
spiffs_cache_page_free()
spiffs_phys_rd()
spiffs_cache_page_allocate_by_fd()
All items filtered out
spiffs_cache_page::flags
spiffs_cache_page_get()
spiffs_cache_page_free()
spiffs_cache_page_remove_oldest()
spiffs_phys_wr()
spiffs_cache_page_get_by_fd()
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