Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dfuse_386.const31 FUSE_POSIX_LOCKS = 2
Dfuse_arm64.const31 FUSE_POSIX_LOCKS = 2
Dfuse_arm.const31 FUSE_POSIX_LOCKS = 2
Dfuse_ppc64le.const31 FUSE_POSIX_LOCKS = 2
Dfuse_amd64.const31 FUSE_POSIX_LOCKS = 2
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.h264 #define FUSE_POSIX_LOCKS (1 << 1) macro