Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl_ext.c39 err = ext4fs_open(filename, &filelen); in spl_load_image_ext()
95 err = ext4fs_open(file, &filelen); in spl_load_image_ext_os()
126 err = ext4fs_open(CONFIG_SPL_FS_LOAD_ARGS_NAME, &filelen); in spl_load_image_ext_os()
/u-boot/fs/ext4/
A Dext4fs.c214 ret = ext4fs_open(filename, &file_len); in ext4fs_exists()
220 return ext4fs_open(filename, size); in ext4fs_size()
250 ret = ext4fs_open(filename, &file_len); in ext4_read_file()
A Dext4_common.c2341 int ext4fs_open(const char *filename, loff_t *len) in ext4fs_open() function
/u-boot/include/
A Dext4fs.h147 int ext4fs_open(const char *filename, loff_t *len);

Completed in 10 milliseconds