Home
last modified time | relevance | path

Searched refs:ext2_format (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/subsys/fs/ext2/
DCMakeLists.txt15 zephyr_library_sources_ifdef(CONFIG_FILE_SYSTEM_MKFS ext2_format.c)
Dext2_impl.h121 int ext2_format(struct ext2_data *fs, struct ext2_cfg *cfg);
Dext2_ops.c423 ret = ext2_format(fs, &ext2_default_cfg); in ext2_mount()
469 ret = ext2_format(fs, cfg); in ext2_mkfs()
Dext2_format.c96 int ext2_format(struct ext2_data *fs, struct ext2_cfg *cfg) in ext2_format() function