Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dext4.c62 err = ext4fs_write(CONFIG_ENV_EXT4_FILE, (void *)&env_new, in env_ext4_save()
/openbmc/u-boot/include/
H A Dext4fs.h131 int ext4fs_write(const char *fname, unsigned char *buffer,
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c833 int ext4fs_write(const char *fname, unsigned char *buffer, in ext4fs_write() function
1017 ret = ext4fs_write(filename, buf, len); in ext4_write_file()