Home
last modified time | relevance | path

Searched refs:fuse_fs_write_buf (Results 1 - 4 of 4) sorted by relevance

/third_party/libfuse/include/
H A Dfuse.h1204 int fuse_fs_write_buf(struct fuse_fs *fs, const char *path,
/third_party/libfuse/lib/modules/
H A Dsubdir.c387 err = fuse_fs_write_buf(d->next, newpath, buf, offset, fi); in subdir_write_buf()
H A Diconv.c402 err = fuse_fs_write_buf(ic->next, newpath, buf, offset, fi); in iconv_write_buf()
/third_party/libfuse/lib/
H A Dfuse.c1835 int fuse_fs_write_buf(struct fuse_fs *fs, const char *path, in fuse_fs_write_buf() function
1906 return fuse_fs_write_buf(fs, path, &bufv, off, fi); in fuse_fs_write()
3303 res = fuse_fs_write_buf(f->fs, path, buf, off, fi); in fuse_lib_write_buf()

Completed in 11 milliseconds