Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfuse.h546 #define FUSE_OPEN_KILL_SUIDGID (1 << 0) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h556 #define FUSE_OPEN_KILL_SUIDGID (1 << 0) macro
/openbmc/linux/fs/fuse/
H A Ddir.c653 inarg.open_flags |= FUSE_OPEN_KILL_SUIDGID; in fuse_create_open()
H A Dfile.c37 inarg.open_flags |= FUSE_OPEN_KILL_SUIDGID; in fuse_send_open()