Lines Matching refs:to

33 #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags!
56 /** Can be filled in by open, to use direct I/O on this file.
60 /** Can be filled in by open, to indicate, that cached file data
69 /** Can be filled in by open, to indicate that the file is not
98 * FUSE_CAP_DONT_MASK: don't apply umask to file mode on create operations
99 * FUSE_CAP_SPLICE_WRITE: ability to use splice() to write to the fuse device
100 * FUSE_CAP_SPLICE_MOVE: ability to move data to the fuse device with splice()
101 * FUSE_CAP_SPLICE_READ: ability to use splice() to read from the fuse device
126 * FUSE_IOCTL_UNRESTRICTED: not restricted to well-formed ioctls, retry allowed
140 * Connection information, passed to the ->init() method
142 * Some of the elements are read-write, these can be changed to
178 * Capability flags, that the filesystem wants to enable
205 * Returns a control file descriptor suitable for passing to
232 * '-ofsname=..' file system name, if not present, then set to the program
239 * @param multithreaded set to 1 unless the '-s' option is present
240 * @param foreground set to 1 if one of the relevant options is present
288 * used to seek to the given offset before performing
310 * Always fall back to using read and write instead of
311 * splice(2) to copy data from one file descriptor to another.
321 * Always use splice(2) to copy data from one file descriptor
322 * to another. If splice is not available, return -EINVAL.
327 * Try to move data with splice.
329 * If splice is used, try to move pages from the source to the
390 * Allocate dynamically to add more than one buffer.
438 * Copy data from one buffer vector to another
458 * @param se the session to exit