FUSE_IOCTL_COMPAT

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

Detailed Description

FUSE IOCTL COMPAT

32bit compat ioctl on 64bit machine

FUSE IOCTL UNRESTRICTED

not restricted to well-formed ioctls, retry allowed

FUSE IOCTL RETRY

retry with new iovecs

FUSE IOCTL DIR

is a directory

FUSE IOCTL MAX IOV

maximum of in_iovecs + out_iovecs

Meta