ESP-IDF
vfs_entry_::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
vfs_entry_::offset
vfs_entry_::offset field
Syntax
Show:
Summary
Declaration
from
esp_vfs_private.h:27
int
offset
;
Examples
References
from
examples
Code
Location
Referrer
int
offset
;
// index of this structure in s_vfs array
esp_vfs_private.h:27
entry
->
offset
=
index
;
vfs.c:443
esp_vfs_register_fs_common()
s_fd_table
[
i
]
.
vfs_index
=
vfs
->
offset
;
vfs.c:919
esp_vfs_open()
ret
->
dd_vfs_idx
=
vfs
->
offset
;
vfs.c:1187
esp_vfs_opendir()
ESP_LOGD
(
TAG
,
"start_select function callback for this vfs (s_vfs[%d]) is not defined"
,
vfs
->
offset
)
;
vfs.c:1531
esp_vfs_select()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vfs_entry_::offset
is written by 1 function and is read by 3 functions:
esp_vfs_register_fs_common()
All items filtered out
vfs_entry_::offset
esp_vfs_open()
esp_vfs_opendir()
esp_vfs_select()
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