FatFS
vfs_fat_link()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
vfs_fat_link()
vfs_fat_link() function
Syntax
Show:
Summary
Declaration
Definition
from
vfs_fat.c:91
static
int
vfs_fat_link
(
void
*
ctx
,
const
char
*
n1
,
const
char
*
n2
)
;
Implemented in
vfs_fat.c:783
Arguments
Argument
ctx
n1
n2
Examples
References
from
examples
Code
Location
static
int
vfs_fat_link
(
void
*
ctx
,
const
char
*
n1
,
const
char
*
n2
)
vfs_fat.c:783
static
int
vfs_fat_link
(
void
*
ctx
,
const
char
*
n1
,
const
char
*
n2
)
;
vfs_fat.c:91
.
link_p
=
&
vfs_fat_link
,
vfs_fat.c:147
Call Tree
from
examples
vfs_fat_link()
calls 12 functions:
All items filtered out
vfs_fat_link()
free()
esp_log_timestamp()
esp_log_write()
_lock_acquire()
_lock_release()
f_open()
f_close()
f_read()
f_write()
ff_memalloc()
fresult_to_errno()
prepend_drive_to_path()
All items filtered out
Data Use
from
examples
vfs_fat_link()
reads 12 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
FFOBJID::objsize
FIL::obj
FRESULT::FR_OK
FRESULT::FR_DISK_ERR
FATFS::csize
::fs
TAG
All items filtered out
vfs_fat_link()
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
vfs_fat_link()
allocates 1 types:
FIL
All items filtered out
vfs_fat_link()
All items filtered out