Home
last modified time | relevance | path

Searched refs:FUSE_IOCTL_UNRESTRICTED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/fuse/
H A Dioctl.c215 if (!(flags & FUSE_IOCTL_UNRESTRICTED)) { in fuse_do_ioctl()
291 if (!(flags & FUSE_IOCTL_UNRESTRICTED)) in fuse_do_ioctl()
H A Dcuse.c163 flags |= FUSE_IOCTL_UNRESTRICTED; in cuse_file_ioctl()
176 flags |= FUSE_IOCTL_UNRESTRICTED; in cuse_file_compat_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dfuse.h511 #define FUSE_IOCTL_UNRESTRICTED (1 << 1) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h521 #define FUSE_IOCTL_UNRESTRICTED (1 << 1) macro