Searched refs:fuse_fs_write_buf (Results 1 - 4 of 4) sorted by relevance
/third_party/libfuse/include/ |
H A D | fuse.h | 1204 int fuse_fs_write_buf(struct fuse_fs *fs, const char *path,
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 387 err = fuse_fs_write_buf(d->next, newpath, buf, offset, fi); in subdir_write_buf()
|
H A D | iconv.c | 402 err = fuse_fs_write_buf(ic->next, newpath, buf, offset, fi); in iconv_write_buf()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 1835 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