Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dsandboxfs.h34 int fs_write_sandbox(const char *filename, void *buf, loff_t offset,
/OK3568_Linux_fs/u-boot/fs/sandbox/
H A Dsandboxfs.c133 int fs_write_sandbox(const char *filename, void *buf, loff_t offset, in fs_write_sandbox() function
/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c201 .write = fs_write_sandbox,