ESP-IDF
spiffs_object_modify()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spiffs_object_modify()
spiffs_object_modify() function
Syntax
Show:
Summary
Declaration
Definition
from
spiffs_nucleus.h:721
s32_t
spiffs_object_modify
(
spiffs_fd
*
fd
,
u32_t
offset
,
u8_t
*
data
,
u32_t
len
)
;
Implemented in
spiffs_nucleus.c:1471
Arguments
Argument
fd
offset
data
len
Related Functions
Found 15 other functions taking a
spiffs_fd
argument:
Function
spiffs_object_update_index_hdr()
spiffs_fd_get()
spiffs_page_index_check()
spiffs_object_open_by_page()
spiffs_object_truncate()
spiffs_fd_find_new()
spiffs_populate_ix_map()
spiffs_hydro_write()
spiffs_page_data_check()
spiffs_object_read()
spiffs_cache_page_get_by_fd()
spiffs_object_append()
spiffs_cache_page_allocate_by_fd()
spiffs_update_ix_map()
spiffs_object_open_by_id()
Examples
References
from
examples
Code
Location
Referrer
s32_t
spiffs_object_modify
(
spiffs_fd
*
fd
,
u32_t
offset
,
u8_t
*
data
,
u32_t
len
)
{
spiffs_nucleus.c:1471
s32_t
spiffs_object_modify
(
spiffs_nucleus.h:721
res
=
spiffs_object_modify
(
fd
,
offset
,
(
u8_t
*
)
buf
,
m_len
)
;
spiffs_hydrogen.c:441
spiffs_hydro_write()
Call Tree
from
examples
spiffs_object_modify()
is called by 1 function and calls 12 functions:
spiffs_hydro_write()
All items filtered out
spiffs_object_modify()
spiffs_obj_lu_find_id_and_span()
spiffs_page_allocate_data()
spiffs_page_move()
spiffs_page_delete()
spiffs_object_update_index_hdr()
spiffs_cb_object_event()
spiffs_phys_rd()
spiffs_phys_wr()
spiffs_phys_cpy()
spiffs_gc_check()
spiffs_page_index_check()
spiffs_page_data_check()
All items filtered out
Data Use
from
examples
spiffs_object_modify()
reads 14 variables and writes 6 variables:
spiffs_config::phys_addr
spiffs_config::log_page_size
spiffs_t::cfg
spiffs_t::work
spiffs_fd::fs
spiffs_fd::file_nbr
spiffs_fd::obj_id
spiffs_fd::objix_hdr_pix
spiffs_fd::cursor_objix_pix
spiffs_fd::cursor_objix_spix
spiffs_page_header::span_ix
spiffs_page_header::flags
spiffs_page_object_ix_header::p_hdr
spiffs_page_object_ix::p_hdr
All items filtered out
spiffs_object_modify()
spiffs_fd::cursor_objix_pix
spiffs_fd::cursor_objix_spix
spiffs_fd::offset
spiffs_page_header::obj_id
spiffs_page_header::span_ix
spiffs_page_header::flags
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