Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dfuse_386.const15 FUSE_FILE_OPS = 4
Dfuse_arm64.const15 FUSE_FILE_OPS = 4
Dfuse_arm.const15 FUSE_FILE_OPS = 4
Dfuse_ppc64le.const15 FUSE_FILE_OPS = 4
Dfuse_amd64.const15 FUSE_FILE_OPS = 4
Dfuse.txt74 fuse_init_flags = FUSE_ASYNC_READ, FUSE_POSIX_LOCKS, FUSE_FILE_OPS, FUSE_ATOMIC_O_TRUNC, FUSE_EXPOR…
/external/kernel-headers/original/uapi/linux/
Dfuse.h265 #define FUSE_FILE_OPS (1 << 2) macro