Lines Matching refs:partition_label
151 if (esp_spiffs_by_label(conf->partition_label, &index) == ESP_OK) { in esp_spiffs_init()
168 esp_partition_subtype_t subtype = conf->partition_label ? in esp_spiffs_init()
171 subtype, conf->partition_label); in esp_spiffs_init()
198 efs->by_label = conf->partition_label != NULL; in esp_spiffs_init()
274 bool esp_spiffs_mounted(const char* partition_label) in esp_spiffs_mounted() argument
277 if (esp_spiffs_by_label(partition_label, &index) != ESP_OK) { in esp_spiffs_mounted()
283 esp_err_t esp_spiffs_info(const char* partition_label, size_t *total_bytes, size_t *used_bytes) in esp_spiffs_info() argument
286 if (esp_spiffs_by_label(partition_label, &index) != ESP_OK) { in esp_spiffs_info()
293 esp_err_t esp_spiffs_format(const char* partition_label) in esp_spiffs_format() argument
301 esp_err_t err = esp_spiffs_by_label(partition_label, &index); in esp_spiffs_format()
305 .partition_label = partition_label, in esp_spiffs_format()
312 err = esp_spiffs_by_label(partition_label, &index); in esp_spiffs_format()
387 if (esp_spiffs_by_label(conf->partition_label, &index) != ESP_OK) { in esp_vfs_spiffs_register()
401 esp_err_t esp_vfs_spiffs_unregister(const char* partition_label) in esp_vfs_spiffs_unregister() argument
404 if (esp_spiffs_by_label(partition_label, &index) != ESP_OK) { in esp_vfs_spiffs_unregister()