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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c913 startingBlock = vcb->sparseAllocation;
1041 vcb->sparseAllocation = *actualStartBlock;
1215 * If the journal case, we'll only update sparseAllocation once the
1221 if (firstBlock < vcb->sparseAllocation) {
1222 vcb->sparseAllocation = firstBlock;
3343 if (min_start < vcb->sparseAllocation) {
3344 vcb->sparseAllocation = min_start;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h187 u_int32_t sparseAllocation; /* start of allocations for sparse devices */ member in struct:hfsmount
H A Dhfs_vfsutils.c813 vcb->sparseAllocation = hfsmp->hfs_min_alloc_start;

Completed in 34 milliseconds