fuse_operations.write

Write data to an open file

Write should return exactly the number of bytes requested except on error. An exception to this is when the 'direct_io' mount option is specified (see read operation).

Changed in version 2.2

struct fuse_operations
int function(const char*, char*, size_t, off_t, fuse_file_info*) write;

Meta