Home
last modified time | relevance | path

Searched refs:FUSE_CAP_READDIRPLUS_AUTO (Results 1 – 5 of 5) sorted by relevance

/third_party/libfuse/example/
Dprintcap.c64 if(conn->capable & FUSE_CAP_READDIRPLUS_AUTO) in pc_init()
/third_party/libfuse/include/
Dfuse_common.h299 #define FUSE_CAP_READDIRPLUS_AUTO (1 << 14) macro
/third_party/libfuse/lib/
Dhelper.c430 LL_DISABLE(opts->no_readdirplus_auto, FUSE_CAP_READDIRPLUS_AUTO); in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c1993 se->conn.capable |= FUSE_CAP_READDIRPLUS_AUTO;
2066 FUSE_CAP_READDIRPLUS_AUTO);
2138 if (se->conn.want & FUSE_CAP_READDIRPLUS_AUTO)
/third_party/libfuse/
DChangeLog.rst256 * The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by
260 * The description of the FUSE_CAP_READDIRPLUS_AUTO flag has been