PS2SDK
PS2 Homebrew Libraries
|
Data Fields | |
struct block_device * | bd |
int | weight [BLOCK_COUNT] |
u64 | sector [BLOCK_COUNT] |
u8 | cache [BLOCK_COUNT][SECTORS_PER_BLOCK *512] |
Definition at line 12 of file bd_cache.c.
struct block_device* bd_cache::bd |
Definition at line 14 of file bd_cache.c.
int bd_cache::weight[BLOCK_COUNT] |
Definition at line 15 of file bd_cache.c.
u64 bd_cache::sector[BLOCK_COUNT] |
Definition at line 16 of file bd_cache.c.
u8 bd_cache::cache[BLOCK_COUNT][SECTORS_PER_BLOCK *512] |
Definition at line 17 of file bd_cache.c.