Home
last modified time | relevance | path

Searched refs:FUSE_BIG_WRITES (Results 1 - 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h138 * FUSE_BIG_WRITES: allow big writes to be issued to the file system
145 #define FUSE_BIG_WRITES (1 << 5) macro
/third_party/libfuse/include/
H A Dfuse_kernel.h334 * FUSE_BIG_WRITES: filesystem can handle write size larger than 4kB
378 #define FUSE_BIG_WRITES (1 << 5) macro
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c1109 if (arg->flags & FUSE_BIG_WRITES) in do_init()
1174 outarg.flags |= FUSE_BIG_WRITES; in do_init()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c2120 outargflags |= FUSE_BIG_WRITES;

Completed in 9 milliseconds