• Home
  • Raw
  • Download

Lines Matching refs:FileThread

247 FileThread::FileThread() {  in FileThread()  function in FileThread
258 float FileThread::GetMemoryCopiedData() { in GetMemoryCopiedData()
630 void FileThread::ProcessError(struct ErrorRecord *error, in ProcessError()
1589 void FileThread::SetFile(const char *filename_init) { in SetFile()
1595 bool FileThread::OpenFile(int *pfile) { in OpenFile()
1613 bool FileThread::CloseFile(int fd) { in CloseFile()
1619 bool FileThread::SectorTagPage(struct page_entry *src, int block) { in SectorTagPage()
1621 struct FileThread::SectorTag *tag = in SectorTagPage()
1622 (struct FileThread::SectorTag *)(src->addr); in SectorTagPage()
1635 bool FileThread::WritePageToFile(int fd, struct page_entry *src) { in WritePageToFile()
1651 bool FileThread::WritePages(int fd) { in WritePages()
1682 bool FileThread::ReadPageFromFile(int fd, struct page_entry *dst) { in ReadPageFromFile()
1698 bool FileThread::SectorValidatePage(const struct PageRec &page, in SectorValidatePage()
1711 struct FileThread::SectorTag *tag = in SectorValidatePage()
1712 (struct FileThread::SectorTag *)(dst->addr); in SectorValidatePage()
1799 bool FileThread::PagePrepare() { in PagePrepare()
1824 bool FileThread::PageTeardown() { in PageTeardown()
1835 bool FileThread::GetEmptyPage(struct page_entry *dst) { in GetEmptyPage()
1848 bool FileThread::GetValidPage(struct page_entry *src) { in GetValidPage()
1867 bool FileThread::PutEmptyPage(struct page_entry *src) { in PutEmptyPage()
1876 bool FileThread::PutValidPage(struct page_entry *src) { in PutValidPage()
1885 bool FileThread::ReadPages(int fd) { in ReadPages()
1931 bool FileThread::Work() { in Work()