Home
last modified time | relevance | path

Searched refs:FUSE_WRITEBACK_CACHE (Results 1 - 2 of 2) sorted by relevance

/third_party/libfuse/include/
H A Dfuse_kernel.h137 * - add FUSE_WRITEBACK_CACHE
315 * FOPEN_NOFLUSH: don't flush data cache on close (unless FUSE_WRITEBACK_CACHE)
345 * FUSE_WRITEBACK_CACHE: use writeback cache for buffered writes
389 #define FUSE_WRITEBACK_CACHE (1 << 16) macro
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c1996 if (inargflags & FUSE_WRITEBACK_CACHE)
2143 outargflags |= FUSE_WRITEBACK_CACHE;

Completed in 7 milliseconds