Lines Matching defs:write
289 * (eg if there has been a write that extended the file size,
508 * that each write is appending to the end of the file.
519 * operations (read, write, flush, release, fsync).
579 * of the write system call will reflect the return value of this
594 * @param buf data to write
595 * @param size number of bytes to write
596 * @param off offset to write to
599 void (*write) (fuse_req_t req, fuse_ino_t ino, const char *buf,
619 * write errors during close. However, such use is non-portable
1101 * This is a more generic version of the ->write() method. If
1122 * @param off offset to write to
1400 * write
1591 * @param out_iov iovec specifying addresses to write output to
1784 * is extended, similarly to a write(2) on the filesystem.
1818 * buffer. For dirty pages the write() method will be called