Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

extfile::LoadedExtent Class Reference

Linked list for LRU extent cache. More...

#include <ExtentFile.h>

List of all members.

Public Attributes

Int32 slot
Int32 extent
UInt32address
UInt32finalAddress
LoadedExtent * prev
LoadedExtent * next


Detailed Description

Linked list for LRU extent cache.


Member Data Documentation

UInt32* extfile::LoadedExtent::address
 

Address of extent in extent cache.

Int32 extfile::LoadedExtent::extent
 

Number of extent.

UInt32* extfile::LoadedExtent::finalAddress
 

Real address of extent (might not be in cache), is set when extent is loaded.

LoadedExtent* extfile::LoadedExtent::next
 

Next pointer for linked list.

LoadedExtent* extfile::LoadedExtent::prev
 

Previous pointer for linked list.

Int32 extfile::LoadedExtent::slot
 

Currently occupied cache slot.


The documentation for this class was generated from the following file:
Generated on Wed May 29 11:50:18 2002 for Extent File System by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001