ESP-IDF
spiffs_free_obj_id_state::min_obj_id
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_free_obj_id_state::min_obj_id
spiffs_free_obj_id_state::min_obj_id field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.c:2072
spiffs_obj_id
min_obj_id
;
Examples
References
from
examples
Code
Location
Referrer
spiffs_obj_id
min_obj_id
;
spiffs_nucleus.c:2072
if
(
id
>=
state
->
min_obj_id
&&
id
<=
state
->
max_obj_id
)
{
spiffs_nucleus.c:2130
spiffs_obj_lu_find_free_obj_id_compact_v()
int
ix
=
(
id
-
state
->
min_obj_id
)
/
state
->
compaction
;
spiffs_nucleus.c:2132
spiffs_obj_lu_find_free_obj_id_compact_v()
state
.
min_obj_id
=
1
;
spiffs_nucleus.c:2150
spiffs_obj_lu_find_free_obj_id()
if
(
state
.
max_obj_id
-
state
.
min_obj_id
<=
(
spiffs_obj_id
)
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
*
8
)
{
spiffs_nucleus.c:2158
spiffs_obj_lu_find_free_obj_id()
conflicting_name
,
&
state
.
min_obj_id
,
0
,
0
)
;
spiffs_nucleus.c:2165
spiffs_obj_lu_find_free_obj_id()
*
obj_id
=
(
i
<
<
3
)
+
j
+
state
.
min_obj_id
;
spiffs_nucleus.c:2176
spiffs_obj_lu_find_free_obj_id()
*
obj_id
=
min_i
*
state
.
compaction
+
state
.
min_obj_id
;
spiffs_nucleus.c:2210
spiffs_obj_lu_find_free_obj_id()
state
.
min_obj_id
+=
min_i
*
state
.
compaction
;
spiffs_nucleus.c:2214
spiffs_obj_lu_find_free_obj_id()
state
.
max_obj_id
=
state
.
min_obj_id
+
state
.
compaction
;
spiffs_nucleus.c:2215
spiffs_obj_lu_find_free_obj_id()
if
(
(
state
.
max_obj_id
-
state
.
min_obj_id
<=
(
spiffs_obj_id
)
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
*
8
)
)
{
spiffs_nucleus.c:2218
spiffs_obj_lu_find_free_obj_id()
state
.
compaction
=
(
state
.
max_obj_id
-
state
.
min_obj_id
)
/
(
(
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
/
sizeof
(
u8_t
)
)
)
;
spiffs_nucleus.c:2225
spiffs_obj_lu_find_free_obj_id()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_free_obj_id_state::min_obj_id
is written by 1 function and is read by 2 functions:
spiffs_obj_lu_find_free_obj_id()
All items filtered out
spiffs_free_obj_id_state::min_obj_id
spiffs_obj_lu_find_free_obj_id_compact_v()
spiffs_obj_lu_find_free_obj_id()
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