#include <mmap.h>

Public Attributes | |
| void * | address |
| llist | cachenode |
| used for the mrucache when checked in the cache OR for attaching owners when checked out | |
| unsigned short * | refmap |
| array with refcounters per page | |
| llist | searchnode |
| all mmaps of a file are chained in this list, used to find ranges | |
| size_t | size |
| off_t | start |
| unsigned | use_cnt |
| 0 when this mmap is in cache, else the count of attached owners | |
Definition at line 51 of file mmap.h.
1.5.5