libparted 3.6
|
Macros | |
#define | _(String) (String) |
#define | HFS_BLOCK_SIZES ((int[2]){512, 0}) |
#define | HFSP_BLOCK_SIZES ((int[2]){512, 0}) |
#define | HFSX_BLOCK_SIZES ((int[2]){512, 0}) |
Functions | |
int | hfs_close (PedFileSystem *fs) |
PedConstraint * | hfs_get_resize_constraint (const PedFileSystem *fs) |
PedFileSystem * | hfs_open (PedGeometry *geom) |
int | hfs_resize (PedFileSystem *fs, PedGeometry *geom, PedTimer *timer) |
int | hfsplus_close (PedFileSystem *fs) |
PedConstraint * | hfsplus_get_resize_constraint (const PedFileSystem *fs) |
PedFileSystem * | hfsplus_open (PedGeometry *geom) |
int | hfsplus_resize (PedFileSystem *fs, PedGeometry *geom, PedTimer *timer) |
Variables | |
uint8_t * | hfs_block = NULL |
unsigned | hfs_block_count |
uint8_t * | hfsp_block = NULL |
unsigned | hfsp_block_count |
#define _ | ( | String | ) | (String) |
#define HFS_BLOCK_SIZES ((int[2]){512, 0}) |
#define HFSP_BLOCK_SIZES ((int[2]){512, 0}) |
#define HFSX_BLOCK_SIZES ((int[2]){512, 0}) |
uint8_t* hfs_block = NULL |
unsigned hfs_block_count |
uint8_t* hfsp_block = NULL |
unsigned hfsp_block_count |