Home
last modified time | relevance | path

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

/third_party/libfuse/example/
Dprintcap.c62 if(conn->capable & FUSE_CAP_READDIRPLUS) in pc_init()
/third_party/libfuse/include/
Dfuse_common.h271 #define FUSE_CAP_READDIRPLUS (1 << 13) macro
/third_party/libfuse/lib/
Dhelper.c429 LL_DISABLE(opts->no_readdirplus, FUSE_CAP_READDIRPLUS); in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c1991 se->conn.capable |= FUSE_CAP_READDIRPLUS;
2064 LL_SET_DEFAULT(se->op.readdirplus, FUSE_CAP_READDIRPLUS);
2136 if (se->conn.want & FUSE_CAP_READDIRPLUS)