NetSurf
|
Small block file. More...
Data Fields | |
int | fd |
file descriptor of the block file More... | |
uint8_t | use_map [BLOCK_USE_MAP_SIZE] |
map of used and unused entries within the block file More... | |
Small block file.
Definition at line 179 of file fs_backing_store.c.
int block_file::fd |
file descriptor of the block file
Definition at line 181 of file fs_backing_store.c.
Referenced by finalise(), read_blocks(), set_block_extents(), store_read_block(), and store_write_block().
uint8_t block_file::use_map[BLOCK_USE_MAP_SIZE] |
map of used and unused entries within the block file
Definition at line 183 of file fs_backing_store.c.
Referenced by alloc_block(), invalidate_element(), read_blocks(), and write_blocks().