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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4404 static int add_free_extent_list(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) function
4416 panic("hfs: add_free_extent_list: %p: extent(%u %u) overlaps existing extent (%u %u) at index %d",
4544 add_free_extent_list(hfsmp, currentStart, startBlock - currentStart);
4545 add_free_extent_list(hfsmp, endBlock, currentEnd - endBlock);
4565 insertedIndex = add_free_extent_list(hfsmp, currentStart, startBlock - currentStart);
4568 insertedIndex = add_free_extent_list(hfsmp, endBlock, currentEnd - endBlock);
4672 add_free_extent_list(hfsmp, startBlock, endBlock - startBlock);

Completed in 17 milliseconds