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

/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c990 startingBlock = vcb->sparseAllocation;
1149 vcb->sparseAllocation = *actualStartBlock;
1300 * If the journal case, we'll only update sparseAllocation once the
1306 if (firstBlock < vcb->sparseAllocation) {
1307 vcb->sparseAllocation = firstBlock;
3260 if (min_start < vcb->sparseAllocation) {
3261 vcb->sparseAllocation = min_start;
/xnu-2782.1.97/bsd/hfs/
H A Dhfs.h196 u_int32_t sparseAllocation; /* start of allocations for sparse devices */ member in struct:hfsmount
H A Dhfs_vfsutils.c1030 vcb->sparseAllocation = hfsmp->hfs_min_alloc_start;

Completed in 85 milliseconds