Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfuse.h1077 #define FUSE_SETUPMAPPING_FLAG_WRITE (1ull << 0) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h1106 #define FUSE_SETUPMAPPING_FLAG_WRITE (1ull << 0) macro
/openbmc/linux/fs/fuse/
H A Ddax.c204 inarg.flags |= FUSE_SETUPMAPPING_FLAG_WRITE; in fuse_setup_one_mapping()