Home | History | Annotate | Download | only in src

Lines Matching refs:FileThread

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