Lines Matching refs:FileThread

259 FileThread::FileThread() {  in FileThread()  function in FileThread
270 float FileThread::GetMemoryCopiedData() { in GetMemoryCopiedData()
649 void FileThread::ProcessError(struct ErrorRecord *error, in ProcessError()
1636 void FileThread::SetFile(const char *filename_init) { in SetFile()
1642 bool FileThread::OpenFile(int *pfile) { in OpenFile()
1660 bool FileThread::CloseFile(int fd) { in CloseFile()
1666 bool FileThread::SectorTagPage(struct page_entry *src, int block) { in SectorTagPage()
1668 struct FileThread::SectorTag *tag = in SectorTagPage()
1669 (struct FileThread::SectorTag *)(src->addr); in SectorTagPage()
1682 bool FileThread::WritePageToFile(int fd, struct page_entry *src) { in WritePageToFile()
1698 bool FileThread::WritePages(int fd) { in WritePages()
1729 bool FileThread::ReadPageFromFile(int fd, struct page_entry *dst) { in ReadPageFromFile()
1745 bool FileThread::SectorValidatePage(const struct PageRec &page, in SectorValidatePage()
1758 struct FileThread::SectorTag *tag = in SectorValidatePage()
1759 (struct FileThread::SectorTag *)(dst->addr); in SectorValidatePage()
1847 bool FileThread::PagePrepare() { in PagePrepare()
1872 bool FileThread::PageTeardown() { in PageTeardown()
1883 bool FileThread::GetEmptyPage(struct page_entry *dst) { in GetEmptyPage()
1897 bool FileThread::GetValidPage(struct page_entry *src) { in GetValidPage()
1916 bool FileThread::PutEmptyPage(struct page_entry *src) { in PutEmptyPage()
1925 bool FileThread::PutValidPage(struct page_entry *src) { in PutValidPage()
1934 bool FileThread::ReadPages(int fd) { in ReadPages()
1981 bool FileThread::Work() { in Work()