OpenCore
1.0.4
OpenCore Bootloader
|
#include <fsw_core.h>
Data Fields | |
fsw_u32 | refcount |
Reference count. | |
fsw_u32 | cache_level |
Level of importance of this block. | |
fsw_u32 | phys_bno |
Physical block number. | |
void * | data |
Block data buffer. | |
Definition at line 210 of file fsw_core.h.
fsw_u32 fsw_blockcache::cache_level |
Level of importance of this block.
Definition at line 212 of file fsw_core.h.
void* fsw_blockcache::data |
Block data buffer.
Definition at line 214 of file fsw_core.h.
fsw_u32 fsw_blockcache::phys_bno |
Physical block number.
Definition at line 213 of file fsw_core.h.
fsw_u32 fsw_blockcache::refcount |
Reference count.
Definition at line 211 of file fsw_core.h.