pub const FUSE_IOCTL_COMPAT: u32 = _; // 1u32
Expand description
Ioctl flags
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_32BIT: 32bit ioctl FUSE_IOCTL_DIR: is a directory FUSE_IOCTL_COMPAT_X32: x32 compat ioctl on 64bit machine (64bit time_t)
FUSE_IOCTL_MAX_IOV: maximum of in_iovecs + out_iovecs