31 void *record_out,
unsigned int record_size,
PedSector hfsplus_get_empty_end(const PedFileSystem *fs)
Definition advfs_plus.c:275
unsigned int hfsplus_find_start_pack(const PedFileSystem *fs, unsigned int fblock)
Definition advfs_plus.c:364
int hfsplus_read_bad_blocks(const PedFileSystem *fs)
Definition advfs_plus.c:181
int hfsplus_is_bad_block(const PedFileSystem *fs, unsigned int fblock)
Definition advfs_plus.c:253
int hfsplus_btree_search(HfsPPrivateFile *b_tree_file, HfsPPrivateGenericKey *key, void *record_out, unsigned int record_size, HfsCPrivateLeafRec *record_ref)
Definition advfs_plus.c:73
PedSector hfsplus_get_min_size(const PedFileSystem *fs)
Definition advfs_plus.c:319
void hfsplus_free_bad_blocks_list(HfsPPrivateLinkExtent *first)
Definition advfs_plus.c:167
long long PedSector
We can address 2^63 sectors.
Definition device.h:31
struct _PedFileSystem PedFileSystem
Definition filesys.h:30
struct _HfsPPrivateLinkExtent HfsPPrivateLinkExtent
Definition hfs.h:603
struct _HfsPPrivateGenericKey HfsPPrivateGenericKey
Definition hfs.h:630
struct _HfsPPrivateFile HfsPPrivateFile
Definition hfs.h:590
struct _HfsCPrivateLeafRec HfsCPrivateLeafRec
Definition hfs.h:641