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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h680 extern int hfs_isallocated(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks);
H A Dhfs_vfsops.c4654 if (hfs_isallocated(hfsmp, hfsmp->allocLimit, reclaimblks)) {
4676 error = hfs_isallocated(hfsmp, hfsmp->allocLimit, reclaimblks);
/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c142 hfs_isallocated
437 if (hfs_isallocated(hfsmp, startingBlock, numBlocks)) {
2533 if (hfs_isallocated(hfsmp, startingBlock, curNumBlocks) == true) {
3446 hfs_isallocated(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks) function
4565 * This function is basically the same as hfs_isallocated, except it's designed for
5061 * We have to drop vcbFreeExtLock while we call hfs_isallocated
5070 if (hfs_isallocated(hfsmp, start, nblocks)) {

Completed in 77 milliseconds