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

Data Fields

struct pfs_cache_snext
 
struct pfs_cache_sprev
 
u16 flags
 
u16 nused
 
pfs_mount_tpfsMount
 
u32 sub
 
u32 block
 
union { 
 
void * data
 
pfs_inode_tinode
 
pfs_aentry_taentry
 
pfs_dentry_tdentry
 
pfs_super_block_tsuperblock
 
u32 * bitmap
 
u 
 

Detailed Description

Definition at line 195 of file libpfs.h.

Field Documentation

◆ next

struct pfs_cache_s* pfs_cache_s::next

Definition at line 196 of file libpfs.h.

◆ prev

struct pfs_cache_s* pfs_cache_s::prev

Definition at line 197 of file libpfs.h.

◆ flags

u16 pfs_cache_s::flags

Definition at line 198 of file libpfs.h.

◆ nused

u16 pfs_cache_s::nused

Definition at line 199 of file libpfs.h.

◆ pfsMount

pfs_mount_t* pfs_cache_s::pfsMount

Definition at line 200 of file libpfs.h.

◆ sub

u32 pfs_cache_s::sub

Definition at line 201 of file libpfs.h.

◆ block

u32 pfs_cache_s::block

Definition at line 202 of file libpfs.h.

◆ [union]

union { ... } pfs_cache_s::u

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