Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dfuse_arm.const29 FUSE_PARALLEL_DIROPS = 262144
Dfuse_386.const29 FUSE_PARALLEL_DIROPS = 262144
Dfuse_arm64.const29 FUSE_PARALLEL_DIROPS = 262144
Dfuse_amd64.const29 FUSE_PARALLEL_DIROPS = 262144
Dfuse_ppc64le.const29 FUSE_PARALLEL_DIROPS = 262144
Dfuse.txt74 …AUTO, FUSE_ASYNC_DIO, FUSE_WRITEBACK_CACHE, FUSE_NO_OPEN_SUPPORT, FUSE_PARALLEL_DIROPS, FUSE_HANDL…
/external/kernel-headers/original/uapi/linux/
Dfuse.h281 #define FUSE_PARALLEL_DIROPS (1 << 18) macro