Searched refs:readdirplus (Results 1 – 4 of 4) sorted by relevance
/external/libfuse/include/ |
D | fuse_lowlevel.h | 1195 void (*readdirplus) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off, member
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 1604 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()
|
D | fuse.c | 4480 .readdirplus = fuse_lib_readdirplus,
|
/external/crosvm/fuse/src/ |
D | server.rs | 169 Some(Opcode::Readdirplus) => self.readdirplus(in_header, r, w), in handle_message() 1085 fn readdirplus<R: Reader, W: Writer>( in readdirplus() method
|