Searched refs:BlockAllocate (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()
222 BlockAllocate (ExtendedVCB * vcb,
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5671 error = BlockAllocate(hfsmp, 1, oldBlockCount, oldBlockCount, alloc_flags,
5677 error = BlockAllocate(hfsmp, 1, oldBlockCount, oldBlockCount,
5686 error = BlockAllocate(hfsmp, 1, oldBlockCount, oldBlockCount,
5689 printf ("hfs_reclaim_extent: fileID=%u start=%u, %u:(%u,%u) BlockAllocate error=%d\n", extent_info->fileID, extent_info->recStartBlock, index, oldStartBlock, oldBlockCount, error);
5735 printf ("hfs_reclaim_extent: fileID=%u start=%u, %u:(%u,%u) contig BlockAllocate error=%d\n", extent_info->fileID, extent_info->recStartBlock, index, oldStartBlock, oldBlockCount, error);
6263 error = BlockAllocate(hfsmp, 1, jnlBlockCount, jnlBlockCount,
6267 printf("hfs_relocate_journal_file: BlockAllocate returned %d\n", error);
6443 error = BlockAllocate(hfsmp, 1, 1, 1,
6447 printf("hfs_reclaim_journal_info_block: BlockAllocate returned %d\n", error);
H A Dhfs_xattr.c2397 result = BlockAllocate(hfsmp, startblk, blkcnt, blkcnt, 0,
H A Dhfs_catalog.c2353 result = BlockAllocate(hfsmp, 0, blkcount, blkcount,
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1172 err = BlockAllocate(
1272 // NOTE: BlockAllocate could have allocated more than we asked for.
H A DVolumeAllocation.c41 BlockAllocate
255 * HFSDBG_ALLOC_ENABLED: Log calls to BlockAllocate and
780 ; Routine: BlockAllocate
816 OSErr BlockAllocate ( function
854 * TODO: Update BlockAllocate and its sub-functions to do cooperative allocation and bitmap scanning
1076 panic ("BlockAllocate: vending invalid blocks!");
1079 panic ("BlockAllocate: vending block past allocLimit!");
1083 panic ("BlockAllocate: vending too many invalid blocks!");
1087 panic ("BlockAllocate: vending too many invalid blocks past allocLimit!");

Completed in 116 milliseconds