Lines Matching defs:read
132 ssize_t (*read)(int fd, void *buf, size_t buf_len, void *userdata);
318 * (eg. after a read() request), and only be called to implicitly update st_mtime
503 * read requests even for files opened with O_WRONLY. The
519 * operations (read, write, flush, release, fsync).
552 * value of the read system call will reflect the return value of
566 * @param size number of bytes to read
567 * @param off offset to read from
570 void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
1110 * bytes read from bufv->buf[0]).
1249 * @param off_in starting point from were the data should be read
1412 * read, readdir, getxattr, listxattr
1452 * read, readdir, getxattr, listxattr
1471 * read, readdir, getxattr, listxattr
1653 * For more information, please read comment for poll operation.
1779 * given inode. The stored data is marked up-to-date (no read will be
2031 * In `io`, implementations for read and writev MUST be provided. Otherwise -1
2044 * @return -EINVAL if `io`, `io->read` or `ìo->writev` are NULL
2209 * size the request is either read into a memory buffer or spliced