OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
fsw_blockcache Struct Reference

#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.
 

Detailed Description

Definition at line 210 of file fsw_core.h.

Field Documentation

◆ cache_level

fsw_u32 fsw_blockcache::cache_level

Level of importance of this block.

Definition at line 212 of file fsw_core.h.

◆ data

void* fsw_blockcache::data

Block data buffer.

Definition at line 214 of file fsw_core.h.

◆ phys_bno

fsw_u32 fsw_blockcache::phys_bno

Physical block number.

Definition at line 213 of file fsw_core.h.

◆ refcount

fsw_u32 fsw_blockcache::refcount

Reference count.

Definition at line 211 of file fsw_core.h.


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