Home | History | Annotate | Download | only in fusefs

Lines Matching full:getdents

23   FillDirInfo(GetDentsHelper* getdents, size_t num_bytes)
24 : getdents(getdents), num_bytes(num_bytes), wrote_offset(false) {}
26 GetDentsHelper* getdents;
415 Error DirFuseFsNode::GetDents(size_t offs,
437 GetDentsHelper getdents;
438 FillDirInfo fill_info(&getdents, count);
447 // GetDentsHelpers::GetDents should use an offset of 0.
453 error = getdents.GetDents(offs, pdir, count, out_bytes);
486 fill_info->getdents->AddDirent(ino, name, strlen(name));
491 fill_info->getdents->AddDirent(ino, name, strlen(name));