libparted 3.6
|
Macros | |
#define | _(String) (String) |
#define | pt_limit_lookup _GL_ATTRIBUTE_PURE __pt_limit_lookup |
Functions | |
int | ptt_clear_sectors (PedDevice *dev, PedSector start, PedSector n) |
int | ptt_geom_clear_sectors (PedGeometry *geom, PedSector start, PedSector n) |
int | ptt_partition_max_length (char const *pt_type, PedSector *max) |
int | ptt_partition_max_start_len (char const *pt_type, const PedPartition *part) |
int | ptt_partition_max_start_sector (char const *pt_type, PedSector *max) |
int | ptt_read_sector (PedDevice const *dev, PedSector sector_num, void **buf) |
int | ptt_read_sectors (PedDevice const *dev, PedSector start_sector, PedSector n_sectors, void **buf) |
int | ptt_write_sector (PedDisk const *disk, void const *buf, size_t buflen) |
#define _ | ( | String | ) | (String) |
#define pt_limit_lookup _GL_ATTRIBUTE_PURE __pt_limit_lookup |
int ptt_geom_clear_sectors | ( | PedGeometry * | geom, |
PedSector | start, | ||
PedSector | n | ||
) |
int ptt_partition_max_length | ( | char const * | pt_type, |
PedSector * | max | ||
) |
int ptt_partition_max_start_len | ( | char const * | pt_type, |
const PedPartition * | part | ||
) |
int ptt_partition_max_start_sector | ( | char const * | pt_type, |
PedSector * | max | ||
) |
int ptt_read_sectors | ( | PedDevice const * | dev, |
PedSector | start_sector, | ||
PedSector | n_sectors, | ||
void ** | buf | ||
) |
int ptt_write_sector | ( | PedDisk const * | disk, |
void const * | buf, | ||
size_t | buflen | ||
) |