Expand description
INIT request/reply flags
Constants§
- FUSE_
ABORT_ ERROR FUSE_ABORT_ERROR: reading the device after abort returns ECONNABORTED- FUSE_
ASYNC_ DIO FUSE_ASYNC_DIO: asynchronous direct I/O submission- FUSE_
ASYNC_ READ FUSE_ASYNC_READ: asynchronous read requests- FUSE_
ATOMIC_ O_ TRUNC FUSE_ATOMIC_O_TRUNC: handles theO_TRUNCopen flag in the filesystem- FUSE_
AUTO_ INVAL_ DATA FUSE_AUTO_INVAL_DATA: automatically invalidate cached pages- FUSE_
BIG_ WRITES FUSE_BIG_WRITES: filesystem can handle write size larger than 4kB- FUSE_
CACHE_ SYMLINKS FUSE_CACHE_SYMLINKS: cache READLINK responses- FUSE_
DONT_ MASK FUSE_DONT_MASK: don’t apply umask to file mode on create operations- FUSE_
DO_ READDIRPLUS FUSE_DO_READDIRPLUS: do READDIRPLUS (READDIR+LOOKUP in one)- FUSE_
EXPLICIT_ INVAL_ DATA FUSE_EXPLICIT_INVAL_DATA: only invalidate cached pages on explicit request- FUSE_
EXPORT_ SUPPORT FUSE_EXPORT_SUPPORT: filesystem handles lookups of “.” and “..”- FUSE_
FILE_ OPS FUSE_FILE_OPS: kernel sends file handle for fstat, etc… (not yet supported)- FUSE_
FLOCK_ LOCKS FUSE_FLOCK_LOCKS: remote locking for BSD style file locks- FUSE_
HANDLE_ KILLPRIV FUSE_HANDLE_KILLPRIV: fs handles killing suid/sgid/cap on write/chown/trunc- FUSE_
HAS_ IOCTL_ DIR FUSE_HAS_IOCTL_DIR: kernel supports ioctl on directories- FUSE_
MAX_ PAGES FUSE_MAX_PAGES:init_out.max_pagescontains the max number of req pages- FUSE_
NO_ OPENDIR_ SUPPORT FUSE_NO_OPENDIR_SUPPORT: kernel supports zero-message opendir- FUSE_
NO_ OPEN_ SUPPORT FUSE_NO_OPEN_SUPPORT: kernel supports zero-message opens- FUSE_
PARALLEL_ DIROPS FUSE_PARALLEL_DIROPS: allow parallel lookups and readdir- FUSE_
POSIX_ ACL FUSE_POSIX_ACL: filesystem supports posix acls- FUSE_
POSIX_ LOCKS FUSE_POSIX_LOCKS: remote locking for POSIX file locks- FUSE_
READDIRPLUS_ AUTO FUSE_READDIRPLUS_AUTO: adaptive readdirplus- FUSE_
SPLICE_ MOVE FUSE_SPLICE_MOVE: kernel supports splice move on the device- FUSE_
SPLICE_ READ FUSE_SPLICE_READ: kernel supports splice read on the device- FUSE_
SPLICE_ WRITE FUSE_SPLICE_WRITE: kernel supports splice write on the device- FUSE_
WRITEBACK_ CACHE FUSE_WRITEBACK_CACHE: use writeback cache for buffered writes