Home
last modified time | relevance | path

Searched refs:FUSE_WRITE_KILL_SUIDGID (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfuse.h488 #define FUSE_WRITE_KILL_SUIDGID (1 << 2) macro
491 #define FUSE_WRITE_KILL_PRIV FUSE_WRITE_KILL_SUIDGID
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h498 #define FUSE_WRITE_KILL_SUIDGID (1 << 2) macro
501 #define FUSE_WRITE_KILL_PRIV FUSE_WRITE_KILL_SUIDGID
/openbmc/linux/fs/fuse/
H A Dfile.c1131 ia->write.in.write_flags |= FUSE_WRITE_KILL_SUIDGID; in fuse_send_write_pages()
1487 ia->write.in.write_flags |= FUSE_WRITE_KILL_SUIDGID; in fuse_direct_io()