Home
last modified time | relevance | path

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

/third_party/libfuse/example/
Dprintcap.c76 if(conn->capable & FUSE_CAP_CACHE_SYMLINKS) in pc_init()
/third_party/libfuse/include/
Dfuse_common.h383 #define FUSE_CAP_CACHE_SYMLINKS (1 << 23) macro
/third_party/libfuse/lib/
Dfuse_lowlevel.c2007 se->conn.capable |= FUSE_CAP_CACHE_SYMLINKS;
2146 if (se->conn.want & FUSE_CAP_CACHE_SYMLINKS)
/third_party/libfuse/
DChangeLog.rst137 * Add FUSE_CAP_CACHE_SYMLINKS: allow caching symlinks in kernel page cache.