Home
last modified time | relevance | path

Searched refs:readdirplus (Results 1 – 6 of 6) sorted by relevance

/third_party/libfuse/include/
Dfuse_lowlevel.h1224 void (*readdirplus) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, member
/third_party/libfuse/lib/
Dfuse_lowlevel.c1536 if (req->se->op.readdirplus)
1537 req->se->op.readdirplus(req, nodeid, arg->size, arg->offset, &fi);
2064 LL_SET_DEFAULT(se->op.readdirplus, FUSE_CAP_READDIRPLUS);
2065 LL_SET_DEFAULT(se->op.readdirplus && se->op.readdir,
Dfuse.c4460 .readdirplus = fuse_lib_readdirplus,
/third_party/libfuse/
DChangeLog.rst258 readdirplus() handler.
707 * There is a new (low-level) `readdirplus` handler, with a
/third_party/libfuse/example/
Dpassthrough_ll.c1158 .readdirplus = lo_readdirplus,
Dpassthrough_hp.cc1134 sfs_oper.readdirplus = sfs_readdirplus; in assign_operations()