BufferCacheEntryType Struct Reference

#include <storage/vnode.h>

List of all members.

Public Member Functions

 LIST_ENTRY (BufferCacheEntryType) b_vnodeLink
 TAILQ_ENTRY (BufferCacheEntryType) b_freelist

Public Attributes

bno_t b_bno
void * b_data
volatile uint32_t b_flags
int b_freelistindex
status_t b_lastOpStatus
lbno_t b_lbn
VnodeTypeb_vnode


Member Function Documentation

LIST_ENTRY BufferCacheEntryType   ) 
 

TAILQ_ENTRY BufferCacheEntryType   ) 
 


Member Data Documentation

bno_t b_bno
 

void* b_data
 

volatile uint32_t b_flags
 

int b_freelistindex
 

status_t b_lastOpStatus
 

lbno_t b_lbn
 

struct VnodeType* b_vnode
 


The documentation for this struct was generated from the following file: