ESP-IDF
spiffs_t::fd_count
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_t::fd_count
spiffs_t::fd_count field
Syntax
Show:
Summary
Declaration
from
spiffs.h:253
u32_t
fd_count
;
Examples
References
from
examples
Code
Location
Referrer
u32_t
fd_count
;
spiffs.h:253
for
(
i
=
0
;
i
<
fs
->
fd_count
;
i
++
)
{
spiffs_cache.c:272
spiffs_cache_fd_release()
fs
->
fd_count
=
(
fd_space_size
/
sizeof
(
spiffs_fd
)
)
;
spiffs_hydrogen.c:105
SPIFFS_mount()
for
(
i
=
0
;
i
<
fs
->
fd_count
;
i
++
)
{
spiffs_hydrogen.c:161
SPIFFS_unmount()
for
(
i
=
0
;
i
<
fs
->
fd_count
;
i
++
)
{
spiffs_nucleus.c:1070
spiffs_cb_object_event()
for
(
i
=
0
;
i
<
fs
->
fd_count
;
i
++
)
{
spiffs_nucleus.c:1133
spiffs_cb_object_event()
for
(
i
=
0
;
i
<
fs
->
fd_count
;
i
++
)
{
spiffs_nucleus.c:2264
spiffs_fd_find_new()
for
(
i
=
0
;
i
<
fs
->
fd_count
;
i
++
)
{
spiffs_nucleus.c:2275
spiffs_fd_find_new()
if
(
f
<=
0
||
f
>
(
s16_t
)
fs
->
fd_count
)
{
spiffs_nucleus.c:2333
spiffs_fd_return()
if
(
f
<=
0
||
f
>
(
s16_t
)
fs
->
fd_count
)
{
spiffs_nucleus.c:2349
spiffs_fd_get()
for
(
i
=
0
;
i
<
fs
->
fd_count
;
i
++
)
{
spiffs_nucleus.c:2369
spiffs_fd_temporal_cache_rehash()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_t::fd_count
is written by 1 function and is read by 7 functions:
SPIFFS_mount()
All items filtered out
spiffs_t::fd_count
spiffs_cache_fd_release()
SPIFFS_unmount()
spiffs_cb_object_event()
spiffs_fd_find_new()
spiffs_fd_return()
spiffs_fd_get()
spiffs_fd_temporal_cache_rehash()
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