Searched refs:ext2_format (Results 1 – 4 of 4) sorted by relevance
15 zephyr_library_sources_ifdef(CONFIG_FILE_SYSTEM_MKFS ext2_format.c)
121 int ext2_format(struct ext2_data *fs, struct ext2_cfg *cfg);
423 ret = ext2_format(fs, &ext2_default_cfg); in ext2_mount()469 ret = ext2_format(fs, cfg); in ext2_mkfs()
96 int ext2_format(struct ext2_data *fs, struct ext2_cfg *cfg) in ext2_format() function