• Home
  • Raw
  • Download

Lines Matching refs:FileThread

255 FileThread::FileThread() {  in FileThread()  function in FileThread
266 float FileThread::GetMemoryCopiedData() { in GetMemoryCopiedData()
638 void FileThread::ProcessError(struct ErrorRecord *error, in ProcessError()
1596 void FileThread::SetFile(const char *filename_init) { in SetFile()
1602 bool FileThread::OpenFile(int *pfile) { in OpenFile()
1623 bool FileThread::CloseFile(int fd) { in CloseFile()
1629 bool FileThread::SectorTagPage(struct page_entry *src, int block) { in SectorTagPage()
1631 struct FileThread::SectorTag *tag = in SectorTagPage()
1632 (struct FileThread::SectorTag *)(src->addr); in SectorTagPage()
1645 bool FileThread::WritePageToFile(int fd, struct page_entry *src) { in WritePageToFile()
1661 bool FileThread::WritePages(int fd) { in WritePages()
1692 bool FileThread::ReadPageFromFile(int fd, struct page_entry *dst) { in ReadPageFromFile()
1708 bool FileThread::SectorValidatePage(const struct PageRec &page, in SectorValidatePage()
1721 struct FileThread::SectorTag *tag = in SectorValidatePage()
1722 (struct FileThread::SectorTag *)(dst->addr); in SectorValidatePage()
1809 bool FileThread::PagePrepare() { in PagePrepare()
1834 bool FileThread::PageTeardown() { in PageTeardown()
1845 bool FileThread::GetEmptyPage(struct page_entry *dst) { in GetEmptyPage()
1858 bool FileThread::GetValidPage(struct page_entry *src) { in GetValidPage()
1877 bool FileThread::PutEmptyPage(struct page_entry *src) { in PutEmptyPage()
1886 bool FileThread::PutValidPage(struct page_entry *src) { in PutValidPage()
1895 bool FileThread::ReadPages(int fd) { in ReadPages()
1941 bool FileThread::Work() { in Work()