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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c132 add_free_extent_cache
357 static Boolean add_free_extent_cache(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount);
602 ; call to add_free_extent_cache will end up taking the cache's
631 (void) add_free_extent_cache(hfsmp, startBlock, numBlocks);
1255 (void) add_free_extent_cache(vcb, firstBlock, numBlocks);
3155 updated_free_extent = add_free_extent_cache(vcb, firstBlock, foundBlocks);
3169 updated_free_extent = add_free_extent_cache(vcb, firstBlock, foundBlocks);
4383 add_free_extent_cache (hfsmp, free_offset, size);
4451 add_free_extent_cache (hfsmp, free_offset, size);
4968 static Boolean add_free_extent_cache(struc function
[all...]

Completed in 53 milliseconds