Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/fs/
Dfs.c756 int fs_mkfs(int fs_type, uintptr_t dev_id, void *cfg, int flags) in fs_mkfs() argument
764 fs = fs_type_get(fs_type); in fs_mkfs()
767 fs_type); in fs_mkfs()
773 LOG_ERR("fs type %d does not support mkfs", fs_type); in fs_mkfs()
/Zephyr-latest/include/zephyr/fs/
Dfs.h640 int fs_mkfs(int fs_type, uintptr_t dev_id, void *cfg, int flags);