Home
last modified time | relevance | path

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

/third_party/libfuse/example/
Dprintcap.c78 if(conn->capable & FUSE_CAP_NO_OPENDIR_SUPPORT) in pc_init()
/third_party/libfuse/include/
Dfuse_common.h395 #define FUSE_CAP_NO_OPENDIR_SUPPORT (1 << 24) macro
/third_party/libfuse/
DChangeLog.rst224 * Add support and documentation for FUSE_CAP_NO_OPENDIR_SUPPORT.
/third_party/libfuse/lib/
Dfuse_lowlevel.c2009 se->conn.capable |= FUSE_CAP_NO_OPENDIR_SUPPORT;