Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/ext2/
Dext2_ops.c375 bool possible_format = (mountp->flags & FS_MOUNT_FLAG_NO_FORMAT) == 0 && in ext2_mount() local
403 } else if (ret == -EINVAL && possible_format) { in ext2_mount()