The Möbius Operating System: cache_t struct Reference
HOME DOWNLOAD DOCUMENTATION SCREENSHOTS  

cache_t Struct Reference
[Cache]

Represents a file cache object. More...

#include <cache.h>


Data Fields

spinlock_t lock
size_t block_size
unsigned block_shift
unsigned num_blocks
cache_block_t * blocks
unsigned num_pages
addr_t * pages
size_t last_block_length


Detailed Description

Represents a file cache object.


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

From: