Module ioctl_flags

Module ioctl_flags 

Source
Expand description

Ioctl flags

Constantsยง

FUSE_IOCTL_32BIT
FUSE_IOCTL_32BIT: 32bit ioctl
FUSE_IOCTL_COMPAT
FUSE_IOCTL_COMPAT: 32bit compat ioctl on 64bit machine
FUSE_IOCTL_COMPAT_X32
FUSE_IOCTL_COMPAT_X32: x32 compat ioctl on 64bit machine (64bit time_t)
FUSE_IOCTL_DIR
FUSE_IOCTL_DIR: is a directory
FUSE_IOCTL_MAX_IOV
FUSE_IOCTL_MAX_IOV: maximum of in_iovecs + out_iovecs
FUSE_IOCTL_RETRY
FUSE_IOCTL_RETRY: retry with new iovecs
FUSE_IOCTL_UNRESTRICTED
FUSE_IOCTL_UNRESTRICTED: not restricted to well-formed ioctls, retry allowed