Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h144 #define FUSE_POSIX_LOCKS (1 << 1) macro
/third_party/libfuse/include/
Dfuse_kernel.h374 #define FUSE_POSIX_LOCKS (1 << 1) macro
/third_party/libfuse/lib/
Dfuse_lowlevel.c1978 if (inargflags & FUSE_POSIX_LOCKS)
2125 outargflags |= FUSE_POSIX_LOCKS;
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c1172 outarg.flags |= FUSE_POSIX_LOCKS; in do_init()