CS350 COS
COS
|
#include <bufcache.h>
Public Member Functions | |
TAILQ_ENTRY (BufCacheEntry) htEntry | |
TAILQ_ENTRY (BufCacheEntry) lruEntry | |
Data Fields | |
Disk * | disk |
uint64_t | diskOffset |
uint64_t | refCount |
void * | buffer |
Definition at line 7 of file bufcache.h.
BufCacheEntry::TAILQ_ENTRY | ( | BufCacheEntry | ) |
BufCacheEntry::TAILQ_ENTRY | ( | BufCacheEntry | ) |
void* BufCacheEntry::buffer |
Definition at line 11 of file bufcache.h.
Disk* BufCacheEntry::disk |
Definition at line 8 of file bufcache.h.
uint64_t BufCacheEntry::diskOffset |
Definition at line 9 of file bufcache.h.
uint64_t BufCacheEntry::refCount |
Definition at line 10 of file bufcache.h.