perf_benchmark sample
_vfs_littlefs_file_t::next
is only used within perf_benchmark sample.
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
perf_benchmark sample
_vfs_littlefs_file_t::next
_vfs_littlefs_file_t::next field
Pointer to next file in Singly Linked List
Syntax
Show:
Summary
Declaration
from
littlefs_api.h:41
struct
_vfs_littlefs_file_t
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
_vfs_littlefs_file_t
*
next
;
/*!< Pointer to next file in Singly Linked List */
littlefs_api.h:41
vfs_littlefs_file_t
*
next
=
efs
->
file
->
next
;
esp_littlefs.c:185
esp_littlefs_free_fds()
(
*
file
)
->
next
=
efs
->
file
;
esp_littlefs.c:1234
esp_littlefs_allocate_fd()
efs
->
file
=
efs
->
file
->
next
;
esp_littlefs.c:1261
esp_littlefs_free_fd()
while
(
head
&&
head
->
next
!=
file
)
{
esp_littlefs.c:1263
esp_littlefs_free_fd()
head
=
head
->
next
;
esp_littlefs.c:1264
esp_littlefs_free_fd()
head
->
next
=
file
->
next
;
esp_littlefs.c:1271
esp_littlefs_free_fd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_vfs_littlefs_file_t::next
is written by 2 functions and is read by 2 functions:
esp_littlefs_allocate_fd()
esp_littlefs_free_fd()
All items filtered out
_vfs_littlefs_file_t::next
esp_littlefs_free_fds()
esp_littlefs_free_fd()
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