ESP-IDF
spiffs_fd::flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_fd::flags
spiffs_fd::flags field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:461
spiffs_flags
flags
;
Examples
References
from
examples
Code
Location
Referrer
spiffs_flags
flags
;
spiffs_nucleus.h:461
if
(
(
fd
->
flags
&
SPIFFS_O_RDONLY
)
==
0
)
{
spiffs_hydrogen.c:382
spiffs_hydro_read()
if
(
(
fd
->
flags
&
SPIFFS_O_WRONLY
)
==
0
)
{
spiffs_hydrogen.c:476
SPIFFS_write()
if
(
(
fd
->
flags
&
SPIFFS_O_APPEND
)
)
{
spiffs_hydrogen.c:481
SPIFFS_write()
if
(
fd
->
flags
&
SPIFFS_O_APPEND
)
{
spiffs_hydrogen.c:492
SPIFFS_write()
if
(
(
fd
->
flags
&
SPIFFS_O_DIRECT
)
==
0
)
{
spiffs_hydrogen.c:506
SPIFFS_write()
if
(
(
fd
->
flags
&
SPIFFS_O_WRONLY
)
==
0
)
{
spiffs_hydrogen.c:708
SPIFFS_fremove()
if
(
(
fd
->
flags
&
SPIFFS_O_WRONLY
)
==
0
)
{
spiffs_hydrogen.c:742
SPIFFS_ftruncate()
if
(
(
fd
->
flags
&
SPIFFS_O_DIRECT
)
==
0
)
{
spiffs_hydrogen.c:851
spiffs_fflush_cache()
if
(
(
fd
->
flags
&
SPIFFS_O_WRONLY
)
==
0
)
{
spiffs_hydrogen.c:1022
SPIFFS_fupdate_meta()
fd
->
flags
=
flags
;
spiffs_nucleus.c:1212
spiffs_object_open_by_page()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_fd::flags
is written by 1 function and is read by 6 functions:
spiffs_object_open_by_page()
All items filtered out
spiffs_fd::flags
spiffs_hydro_read()
SPIFFS_write()
SPIFFS_fremove()
SPIFFS_ftruncate()
spiffs_fflush_cache()
SPIFFS_fupdate_meta()
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