PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
bd_defrag.h File Reference
#include <tamtypes.h>
#include <bdm.h>
#include <usbhdfsd-common.h>
+ Include dependency graph for bd_defrag.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define bd_defrag   bd_defrag_read
 

Functions

int bd_defrag_read (struct block_device *bd, u32 fragcount, struct bd_fragment *fraglist, u64 sector, void *buffer, u16 count)
 
int bd_defrag_write (struct block_device *bd, u32 fragcount, struct bd_fragment *fraglist, u64 sector, const void *buffer, u16 count)
 

Detailed Description

Fragmented Block Device to Block Device

Definition in file bd_defrag.h.

Macro Definition Documentation

◆ bd_defrag

#define bd_defrag   bd_defrag_read

Definition at line 28 of file bd_defrag.h.

Function Documentation

◆ bd_defrag_read()

int bd_defrag_read ( struct block_device bd,
u32  fragcount,
struct bd_fragment fraglist,
u64  sector,
void *  buffer,
u16  count 
)

Definition at line 7 of file bd_defrag.c.

◆ bd_defrag_write()

int bd_defrag_write ( struct block_device bd,
u32  fragcount,
struct bd_fragment fraglist,
u64  sector,
const void *  buffer,
u16  count 
)

Definition at line 55 of file bd_defrag.c.