Module init_flags

Module init_flags 

Source
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 the O_TRUNC open 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_pages contains 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