Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse_lowlevel.h1195 void (*readdirplus) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, member
/external/libfuse/lib/
Dfuse_lowlevel.c1604 if (req->se->op.readdirplus) in do_readdirplus()
1605 req->se->op.readdirplus(req, nodeid, arg->size, arg->offset, &fi); in do_readdirplus()
2104 LL_SET_DEFAULT(se->op.readdirplus, FUSE_CAP_READDIRPLUS); in do_init()
2105 LL_SET_DEFAULT(se->op.readdirplus && se->op.readdir, in do_init()
Dfuse.c4480 .readdirplus = fuse_lib_readdirplus,
/external/crosvm/fuse/src/
Dserver.rs169 Some(Opcode::Readdirplus) => self.readdirplus(in_header, r, w), in handle_message()
1085 fn readdirplus<R: Reader, W: Writer>( in readdirplus() method