ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
t_hddFilesystem Struct Reference

#include <libhdd.h>

Data Fields

char name [32]
 
char filename [40]
 
u32 size
 
int formatted
 
u32 freeSpace
 
int fileSystemGroup
 

Detailed Description

Definition at line 39 of file libhdd.h.

Field Documentation

◆ filename

char t_hddFilesystem::filename[40]

Filename which can be used with fXioMount

Definition at line 43 of file libhdd.h.

Referenced by hddExpandFilesystem(), and hddRemoveFilesystem().

◆ fileSystemGroup

int t_hddFilesystem::fileSystemGroup

Filesystem group (either system, common or application)

Definition at line 51 of file libhdd.h.

Referenced by hddGetFilesystemList().

◆ formatted

int t_hddFilesystem::formatted

1 if filesystem is formatted, 0 otherwise

Definition at line 47 of file libhdd.h.

Referenced by hddGetFilesystemList().

◆ freeSpace

u32 t_hddFilesystem::freeSpace

Reported free space, in mega-bytes

Definition at line 49 of file libhdd.h.

Referenced by hddGetFilesystemList().

◆ name

char t_hddFilesystem::name[32]

Filesystem name

Definition at line 41 of file libhdd.h.

◆ size

u32 t_hddFilesystem::size

Total filesystem size, in mega-bytes

Definition at line 45 of file libhdd.h.

Referenced by hddGetFilesystemList().


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