]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfscommon/headers/FileMgrInternal.h
xnu-2050.48.11.tar.gz
[apple/xnu.git] / bsd / hfs / hfscommon / headers / FileMgrInternal.h
index 7276daa2691ea49da0ab7ab68535612657839775..e8ddcac8641d9af4ea3a9f0d08beaf60920622a9 100644 (file)
@@ -250,7 +250,10 @@ MetaZoneFreeBlocks(ExtendedVCB *vcb);
        
 EXTERN_API_C( u_int32_t )
 UpdateAllocLimit (struct hfsmount *hfsmp, u_int32_t new_end_block);
-       
+
+EXTERN_API_C( u_int32_t )
+UnmapBlocks(struct hfsmount *hfsmp);
+
 #if CONFIG_HFS_ALLOC_RBTREE
 EXTERN_API_C( u_int32_t )
 GenerateTree( struct hfsmount *hfsmp, u_int32_t end_block, int *flags, int initialscan);