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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c155 add_free_extent_cache
435 static Boolean add_free_extent_cache(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount);
683 ; call to add_free_extent_cache will end up taking the cache's
711 (void) add_free_extent_cache(hfsmp, startBlock, numBlocks);
1212 (void) add_free_extent_cache(vcb, firstBlock, numBlocks);
3297 updated_free_extent = add_free_extent_cache(vcb, firstBlock, foundBlocks);
4607 static Boolean add_free_extent_cache(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) function

Completed in 79 milliseconds