]>
git.saurik.com Git - apple/hfs.git/blob - livefiles_hfs_plugin/lf_hfs_volume_allocation.h
1 /* Copyright © 2017-2018 Apple Inc. All rights reserved.
3 * lf_hfs_volume_allocation.h
6 * Created by Or Haimovich on 22/3/18.
9 #ifndef lf_hfs_volume_allocation_h
10 #define lf_hfs_volume_allocation_h
14 int hfs_init_summary (struct hfsmount
*hfsmp
);
15 u_int32_t
ScanUnmapBlocks (struct hfsmount
*hfsmp
);
16 int hfs_isallocated(struct hfsmount
*hfsmp
, u_int32_t startingBlock
, u_int32_t numBlocks
);
18 #endif /* lf_hfs_volume_allocation_h */