Home | History | Annotate | Download | only in src

Lines Matching refs:block

328   // Fast compare a block of memory.
331 // Fast copy a block of memory, while verifying correctness.
335 // Fast copy a block of memory, while verifying correctness, and heating CPU.
449 virtual bool SectorTagPage(struct page_entry *src, int block);
452 int block);
481 volatile uint8 block;
711 // Write a block to disk.
712 virtual bool WriteBlockToDisk(int fd, BlockData *block);
714 // Verify a block on disk.
715 virtual bool ValidateBlockOnDisk(int fd, BlockData *block);
737 // for this block device and, therefore,
738 // update the block table. If false, just use
739 // the block table to get data.
756 void *block_buffer_; // Pointer to aligned block buffer.
762 DiskBlockTable *block_table_; // Disk Block Table, shared by all disk