Home
last modified time | relevance | path

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

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