Home
last modified time | relevance | path

Searched defs:efs (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/spiffs/
Desp_spiffs.c98 static void esp_spiffs_free(esp_spiffs_t ** efs) in esp_spiffs_free()
182 esp_spiffs_t * efs = malloc(sizeof(esp_spiffs_t)); in esp_spiffs_init() local
477 esp_spiffs_t * efs = (esp_spiffs_t *)ctx; in vfs_spiffs_open() local
493 esp_spiffs_t * efs = (esp_spiffs_t *)ctx; in vfs_spiffs_write() local
505 esp_spiffs_t * efs = (esp_spiffs_t *)ctx; in vfs_spiffs_read() local
517 esp_spiffs_t * efs = (esp_spiffs_t *)ctx; in vfs_spiffs_close() local
529 esp_spiffs_t * efs = (esp_spiffs_t *)ctx; in vfs_spiffs_lseek() local
543 esp_spiffs_t * efs = (esp_spiffs_t *)ctx; in vfs_spiffs_fstat() local
566 esp_spiffs_t * efs = (esp_spiffs_t *)ctx; in vfs_spiffs_stat() local
587 esp_spiffs_t * efs = (esp_spiffs_t *)ctx; in vfs_spiffs_rename() local
[all …]