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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h212 * Flags for BlockAllocate() and BlockDeallocate()
231 BlockDeallocate (ExtendedVCB * vcb,
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c605 err = BlockDeallocate( vcb, extentRecord[extentIndex].startBlock, numAllocationBlocks , 0);
1224 (void) BlockDeallocate(vcb, actualStartBlock, actualNumBlocks, 0);
1255 (void) BlockDeallocate(vcb, actualStartBlock, actualNumBlocks, 0);
1462 err = BlockDeallocate(vcb, startBlock, numBlocks, 0);
1486 err = BlockDeallocate(vcb, extentRecord[extentIndex].startBlock, numBlocks, 0);
1565 error = BlockDeallocate(vcb, fcb->fcbExtents[i].startBlock, blkcnt, 0);
1567 * Any errors after the first BlockDeallocate
1606 * Any errors after the first BlockDeallocate
1623 error = BlockDeallocate(vcb, extents[i].startBlock, blkcnt, 0);
H A DVolumeAllocation.c46 BlockDeallocate
256 * BlockDeallocate, including the internal BlockAllocateXxx
1102 ; Routine: BlockDeallocate
1120 OSErr BlockDeallocate ( function
1144 panic ("BlockDeallocate: freeing invalid blocks!");
1148 panic ("BlockDeallocate: freeing too many invalid blocks!");
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5705 BlockDeallocate(hfsmp, newStartBlock + roundedBlockCount,
5776 error = BlockDeallocate(hfsmp, oldStartBlock, oldBlockCount, HFS_ALLOC_SKIPFREEBLKS);
5778 printf ("hfs_reclaim_extent: fileID=%u start=%u, %u:(%u,%u) BlockDeallocate error=%d\n", extent_info->fileID, extent_info->recStartBlock, index, oldStartBlock, oldBlockCount, error);
5790 BlockDeallocate(hfsmp, newStartBlock, newBlockCount, HFS_ALLOC_SKIPFREEBLKS);
6283 error = BlockDeallocate(hfsmp, oldStartBlock, oldBlockCount, alloc_skipfreeblks);
6285 printf("hfs_relocate_journal_file: BlockDeallocate returned %d\n", error);
6336 journal_err = BlockDeallocate(hfsmp, newStartBlock, newBlockCount, HFS_ALLOC_SKIPFREEBLKS);
6338 printf("hfs_relocate_journal_file: BlockDeallocate returned %d\n", error);
6454 error = BlockDeallocate(hfsmp, hfsmp->vcbJinfoBlock, 1, HFS_ALLOC_SKIPFREEBLKS);
6456 printf("hfs_reclaim_journal_info_block: BlockDeallocate returne
[all...]
H A Dhfs_xattr.c2422 (void) BlockDeallocate(hfsmp, extents[i].startBlock, blkcnt, 0);
2458 (void)BlockDeallocate(hfsmp, extents[i].startBlock, extents[i].blockCount, 0);
2464 printf("hfs: free_attr_blks: BlockDeallocate [%d, %d]\n",
H A Dhfs_catalog.c2253 (void) BlockDeallocate(hfsmp, rsrcforkp->extents[0].startBlock,
2409 (void) BlockDeallocate(hfsmp, rsrcforkp->extents[0].startBlock, rsrcforkp->extents[0].blockCount, 0);
2470 (void) BlockDeallocate(hfsmp,

Completed in 107 milliseconds