Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/env/
H A Dext4.c58 if (!ext4fs_mount(info.size)) { in env_ext4_save()
96 if (!ext4fs_mount(info.size)) { in env_ext4_load()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_ext.c31 err = ext4fs_mount(0); in spl_load_image_ext()
84 err = ext4fs_mount(0); in spl_load_image_ext_os()
/rk3399_rockchip-uboot/include/
H A Dext4fs.h141 int ext4fs_mount(unsigned part_length);
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4fs.c215 if (!ext4fs_mount(fs_partition->size)) { in ext4fs_probe()
H A Dext4_common.c2329 int ext4fs_mount(unsigned part_length) in ext4fs_mount() function