Home | History | Annotate | Download | only in src

Lines Matching full:disk

440   // Read and write whole file to disk.
444 // Read and write pages to disk.
660 // Worker thread to perform disk test.
665 // Calculate disk thread specific bandwidth.
687 static const int kSectorSize = 512; // Size of sector on disk.
701 // Retrieves the size (in bytes) of the disk/file.
707 // Do an asynchronous disk I/O operation.
711 // Write a block to disk.
714 // Verify a block on disk.
720 int read_block_size_; // Size of blocks read from disk, in bytes.
721 int write_block_size_; // Size of blocks written to disk, in bytes.
724 int64 segment_size_; // Size of disk segments (in bytes) that the disk
727 // Allows for control of how evenly the disk will
732 int cache_size_; // Size of disk cache, in bytes.
736 // responsible for writing the data in the disk
762 DiskBlockTable *block_table_; // Disk Block Table, shared by all disk