Searched refs:hfs_unmap_alloc_extent (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c632 ; Routine: hfs_unmap_alloc_extent
645 static void hfs_unmap_alloc_extent(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks) function
660 printf("hfs_unmap_alloc_extent: error %d from journal_trim_remove_extent", err);
2073 * blocks, just like in BlockMarkAllocatedInternal. hfs_unmap_alloc_extent
2079 hfs_unmap_alloc_extent (vcb, *actualStartBlock, *actualNumBlocks);
2276 hfs_unmap_alloc_extent(vcb, startingBlock, numBlocks);

Completed in 26 milliseconds