Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse_common.h253 #define FUSE_CAP_READDIRPLUS (1 << 13) macro
/external/libfuse/lib/
Dhelper.c392 LL_DISABLE(opts->no_readdirplus, FUSE_CAP_READDIRPLUS); in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c2041 se->conn.capable |= FUSE_CAP_READDIRPLUS; in do_init()
2104 LL_SET_DEFAULT(se->op.readdirplus, FUSE_CAP_READDIRPLUS); in do_init()
2170 if (se->conn.want & FUSE_CAP_READDIRPLUS) in do_init()