Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dext4fs.h133 int ext4_write_file(const char *filename, void *buf, loff_t offset, loff_t len,
/openbmc/u-boot/fs/
H A Dfs.c199 .write = ext4_write_file,
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c1007 int ext4_write_file(const char *filename, void *buf, loff_t offset, in ext4_write_file() function