Home
last modified time | relevance | path

Searched refs:FUSE_NO_OPEN_SUPPORT (Results 1 – 7 of 7) sorted by relevance

/external/syzkaller/sys/linux/
Dfuse_arm.const28 FUSE_NO_OPEN_SUPPORT = 131072
Dfuse_386.const28 FUSE_NO_OPEN_SUPPORT = 131072
Dfuse_arm64.const28 FUSE_NO_OPEN_SUPPORT = 131072
Dfuse_amd64.const28 FUSE_NO_OPEN_SUPPORT = 131072
Dfuse_ppc64le.const28 FUSE_NO_OPEN_SUPPORT = 131072
Dfuse.txt74 …LUS, FUSE_READDIRPLUS_AUTO, FUSE_ASYNC_DIO, FUSE_WRITEBACK_CACHE, FUSE_NO_OPEN_SUPPORT, FUSE_PARAL…
/external/kernel-headers/original/uapi/linux/
Dfuse.h280 #define FUSE_NO_OPEN_SUPPORT (1 << 17) macro