fuse_operations.write_buf

Write contents of buffer to an open file

Similar to the write() method, but data is supplied in a generic buffer. Use fuse_buf_copy() to transfer data to the destination.

Introduced in version 2.9

struct fuse_operations
int function(const char*, fuse_bufvec*, off_t, fuse_file_info*) write_buf;

Meta