Searched refs:hfs_min_alloc_start (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c810 vcb->nextAllocation = hfsmp->hfs_min_alloc_start;
813 vcb->sparseAllocation = hfsmp->hfs_min_alloc_start;
2725 hfsmp->hfs_min_alloc_start = zonesize / vcb->blockSize;
2727 * If doing the round up for hfs_min_alloc_start would push us past
2733 if (hfsmp->hfs_min_alloc_start >= hfsmp->allocLimit) {
2734 hfsmp->hfs_min_alloc_start = 0;
H A Dhfs.h295 u_int32_t hfs_min_alloc_start; member in struct:hfsmount

Completed in 16 milliseconds