#include <storage/vnode.h>
Public Member Functions | |
LIST_ENTRY (VnodeType) v_mountList | |
LIST_ENTRY (VnodeType) v_dirtyList | |
Public Attributes | |
BufferCacheList | v_cleanListHead |
BufferCacheList | v_dirtyListHead |
uint16_t | v_flag |
void * | v_mount |
uint32_t | v_numBuffers |
const vnode_ops * | v_op |
uint32_t | v_refCount |
uint8_t | v_tag |
uint8_t | v_type |
union { | |
void * data | |
InodeType * inodeP | |
} | v_union |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|