Searched refs:readdirplus (Results 1 – 6 of 6) sorted by relevance
/third_party/libfuse/include/ |
D | fuse_lowlevel.h | 1224 void (*readdirplus) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, member
|
/third_party/libfuse/lib/ |
D | fuse_lowlevel.c | 1536 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,
|
D | fuse.c | 4460 .readdirplus = fuse_lib_readdirplus,
|
/third_party/libfuse/ |
D | ChangeLog.rst | 258 readdirplus() handler. 707 * There is a new (low-level) `readdirplus` handler, with a
|
/third_party/libfuse/example/ |
D | passthrough_ll.c | 1158 .readdirplus = lo_readdirplus,
|
D | passthrough_hp.cc | 1134 sfs_oper.readdirplus = sfs_readdirplus; in assign_operations()
|