ESP-IDF
spiffs_fd::offset
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_fd::offset
spiffs_fd::offset field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:457
u32_t
offset
;
Examples
References
from
examples
Code
Location
Referrer
u32_t
offset
;
spiffs_nucleus.h:457
if
(
cur_fd
->
offset
>
act_new_size
)
{
spiffs_nucleus.c:1093
spiffs_cb_object_event()
cur_fd
->
offset
=
act_new_size
;
spiffs_nucleus.c:1094
spiffs_cb_object_event()
fd
->
offset
=
0
;
spiffs_nucleus.c:1208
spiffs_object_open_by_page()
fd
->
offset
=
offset
+
written
;
spiffs_nucleus.c:1304
spiffs_object_append()
fd
->
offset
=
offset
+
written
;
spiffs_nucleus.c:1351
spiffs_object_append()
fd
->
offset
=
offset
+
written
;
spiffs_nucleus.c:1410
spiffs_object_append()
fd
->
offset
=
offset
+
written
;
spiffs_nucleus.c:1552
spiffs_object_modify()
fd
->
offset
=
offset
+
written
;
spiffs_nucleus.c:1638
spiffs_object_modify()
fd
->
offset
=
cur_size
;
spiffs_nucleus.c:1825
spiffs_object_truncate()
fd
->
offset
=
cur_size
;
spiffs_nucleus.c:1867
spiffs_object_truncate()
fd
->
offset
=
cur_size
;
spiffs_nucleus.c:1914
spiffs_object_truncate()
fd
->
offset
=
cur_size
;
spiffs_nucleus.c:1966
spiffs_object_truncate()
fd
->
offset
=
cur_offset
;
spiffs_nucleus.c:2023
spiffs_object_read()
fd
->
offset
=
cur_offset
;
spiffs_nucleus.c:2063
spiffs_object_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_fd::offset
is written by 6 functions and is read by 1 function:
spiffs_cb_object_event()
spiffs_object_open_by_page()
spiffs_object_append()
spiffs_object_modify()
spiffs_object_truncate()
spiffs_object_read()
All items filtered out
spiffs_fd::offset
spiffs_cb_object_event()
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