PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
bd_cache Struct Reference
+ Collaboration diagram for bd_cache:

Data Fields

struct block_devicebd
 
int weight [BLOCK_COUNT]
 
u64 sector [BLOCK_COUNT]
 
u8 cache [BLOCK_COUNT][SECTORS_PER_BLOCK *512]
 

Detailed Description

Definition at line 12 of file bd_cache.c.

Field Documentation

◆ bd

struct block_device* bd_cache::bd

Definition at line 14 of file bd_cache.c.

◆ weight

int bd_cache::weight[BLOCK_COUNT]

Definition at line 15 of file bd_cache.c.

◆ sector

u64 bd_cache::sector[BLOCK_COUNT]

Definition at line 16 of file bd_cache.c.

◆ cache

u8 bd_cache::cache[BLOCK_COUNT][SECTORS_PER_BLOCK *512]

Definition at line 17 of file bd_cache.c.


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