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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c135 CheckUnmappedBytes
321 static uint32_t CheckUnmappedBytes (struct hfsmount *hfsmp, uint64_t blockno, uint64_t numblocks, int *recent, uint32_t *next);
642 ; Routine: CheckUnmappedBytes
673 CheckUnmappedBytes (struct hfsmount *hfsmp, uint64_t blockno, uint64_t numblocks, int *recently_freed, uint32_t *overlap_end) { function
1717 err = CheckUnmappedBytes (hfsmp, (uint64_t)foundStart,
2012 err = CheckUnmappedBytes (hfsmp, (uint64_t) block, 1, &recently_deleted, &nextblk);
2292 err = CheckUnmappedBytes (hfsmp, (uint64_t) startingBlock, (uint64_t)numBlocks, &force_flush, &ignore);
3165 err = CheckUnmappedBytes(hfsmp, (uint64_t)firstBlock,

Completed in 26 milliseconds