Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/bootcount/
H A Dbootcount_ext.c30 ret = fs_write(CONFIG_SYS_BOOTCOUNT_EXT_NAME, in bootcount_store()
/rk3399_rockchip-uboot/include/
H A Dfs.h98 int fs_write(const char *filename, ulong addr, loff_t offset, loff_t len,
/rk3399_rockchip-uboot/fs/
H A Dfs.c418 int fs_write(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_write() function
632 ret = fs_write(filename, addr, pos, bytes, &len); in do_save()