Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dext4.c55 if (!ext4fs_mount(info.size)) { in env_ext4_save()
101 if (!ext4fs_mount(info.size)) { in env_ext4_load()
/openbmc/u-boot/common/spl/
H A Dspl_ext.c28 err = ext4fs_mount(0); in spl_load_image_ext()
81 err = ext4fs_mount(0); in spl_load_image_ext_os()
/openbmc/u-boot/include/
H A Dext4fs.h140 int ext4fs_mount(unsigned part_length);
/openbmc/u-boot/fs/ext4/
H A Dext4fs.c215 if (!ext4fs_mount(fs_partition->size)) { in ext4fs_probe()
H A Dext4_common.c2327 int ext4fs_mount(unsigned part_length) in ext4fs_mount() function