KolibriOS kernel
DISKCACHE Struct Reference

This structure represents the disk cache. To follow the old implementation, there are two distinct caches for a disk, one for "system" data,and the other for "application" data. More...

Public Attributes

dd pointer
 
dd data_size
 
dd data
 
dd sad_size
 
dd search_start
 
dd sector_size_log
 

Detailed Description

This structure represents the disk cache. To follow the old implementation, there are two distinct caches for a disk, one for "system" data,and the other for "application" data.

Source
blkdev/disk.inc:113

Member Data Documentation

◆ data

dd DISKCACHE::data

◆ data_size

dd DISKCACHE::data_size

unused

◆ pointer

dd DISKCACHE::pointer

The following fields are inherited from data32.inc:cache_ideX.

◆ sad_size

dd DISKCACHE::sad_size

◆ search_start

dd DISKCACHE::search_start

◆ sector_size_log

dd DISKCACHE::sector_size_log

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