Lines Matching refs:fuse_bufvec
1726 static void fuse_free_buf(struct fuse_bufvec *buf) in fuse_free_buf()
1739 struct fuse_bufvec **bufp, size_t size, off_t off, in fuse_fs_read_buf()
1755 struct fuse_bufvec *buf; in fuse_fs_read_buf()
1758 buf = malloc(sizeof(struct fuse_bufvec)); in fuse_fs_read_buf()
1807 struct fuse_bufvec *buf = NULL; in fuse_fs_read()
1811 struct fuse_bufvec dst = FUSE_BUFVEC_INIT(size); in fuse_fs_read()
1836 struct fuse_bufvec *buf, off_t off, in fuse_fs_write_buf()
1859 struct fuse_bufvec tmp = FUSE_BUFVEC_INIT(size); in fuse_fs_write_buf()
1902 struct fuse_bufvec bufv = FUSE_BUFVEC_INIT(size); in fuse_fs_write()
3268 struct fuse_bufvec *buf = NULL; in fuse_lib_read()
3291 struct fuse_bufvec *buf, off_t off, in fuse_lib_write_buf()