FUSE_CAP_ASYNC_READ

extern (C)
enum FUSE_CAP_ASYNC_READ = (1 << 0);

Detailed Description

FUSE CAP ASYNC READ

filesystem supports asynchronous read requests

FUSE CAP POSIX LOCKS

filesystem supports "remote" locking

FUSE CAP ATOMIC O TRUNC

filesystem handles the O_TRUNC open flag

FUSE CAP EXPORT SUPPORT

filesystem handles lookups of "." and ".."

FUSE CAP BIG WRITES

filesystem can handle write size larger than 4kB

FUSE CAP DONT MASK

don't apply umask to file mode on create operations

FUSE CAP SPLICE WRITE

ability to use splice() to write to the fuse device

FUSE CAP SPLICE MOVE

ability to move data to the fuse device with splice()

FUSE CAP SPLICE READ

ability to use splice() to read from the fuse device

FUSE CAP IOCTL DIR

ioctl support on directories

Meta