Home
last modified time | relevance | path

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

/external/u-boot/env/
Dext4.c55 if (!ext4fs_mount(info.size)) { in env_ext4_save()
101 if (!ext4fs_mount(info.size)) { in env_ext4_load()
/external/u-boot/common/spl/
Dspl_ext.c29 err = ext4fs_mount(0); in spl_load_image_ext()
82 err = ext4fs_mount(0); in spl_load_image_ext_os()
/external/u-boot/include/
Dext4fs.h139 int ext4fs_mount(unsigned part_length);
/external/u-boot/fs/ext4/
Dext4fs.c215 if (!ext4fs_mount(fs_partition->size)) { in ext4fs_probe()
Dext4_common.c2328 int ext4fs_mount(unsigned part_length) in ext4fs_mount() function