Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dioctl.c191 if (flags & FUSE_IOCTL_COMPAT) { in fuse_do_ioctl()
310 (flags & FUSE_IOCTL_COMPAT) != 0); in fuse_do_ioctl()
374 return fuse_ioctl_common(file, cmd, arg, FUSE_IOCTL_COMPAT); in fuse_file_compat_ioctl()
H A Dcuse.c173 unsigned int flags = FUSE_IOCTL_COMPAT; in cuse_file_compat_ioctl()
H A Ddir.c1693 FUSE_IOCTL_COMPAT | FUSE_IOCTL_DIR); in fuse_dir_compat_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dfuse.h510 #define FUSE_IOCTL_COMPAT (1 << 0) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h520 #define FUSE_IOCTL_COMPAT (1 << 0) macro