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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4772 static int add_free_extent_list(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t blockCount) function
4784 panic("hfs: add_free_extent_list: %p: extent(%u %u) overlaps existing extent (%u %u) at index %d",
4905 add_free_extent_list(hfsmp, currentStart, startBlock - currentStart);
4906 add_free_extent_list(hfsmp, endBlock, currentEnd - endBlock);
4926 insertedIndex = add_free_extent_list(hfsmp, currentStart, startBlock - currentStart);
4929 insertedIndex = add_free_extent_list(hfsmp, endBlock, currentEnd - endBlock);
5019 add_free_extent_list(hfsmp, startBlock, endBlock - startBlock);

Completed in 27 milliseconds