Home
last modified time | relevance | path

Searched refs:FUSE_IOCTL_COMPAT (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dfuse.h531 * FUSE_IOCTL_COMPAT: 32bit compat ioctl on 64bit machine
540 #define FUSE_IOCTL_COMPAT (1 << 0)
529 #define FUSE_IOCTL_COMPAT global() macro
/linux/fs/fuse/
H A Ddir.c1746 FUSE_IOCTL_COMPAT | FUSE_IOCTL_DIR); in fuse_dir_compat_ioctl()