Searched refs:hfs_metazone_start (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1020 ((*actualStartBlock < VCBTOHFS(vcb)->hfs_metazone_start) ||
1159 ((*actualStartBlock < VCBTOHFS(vcb)->hfs_metazone_start) ||
1345 bit = VCBTOHFS(vcb)->hfs_metazone_start;
1398 if ((bit >= hfsmp->hfs_metazone_start) &&
H A DFileExtentMapping.c1355 if (vcb->nextAllocation >= VCBTOHFS(vcb)->hfs_metazone_start &&
/xnu-2782.1.97/bsd/hfs/
H A Dhfs.h286 u_int32_t hfs_metazone_start; member in struct:hfsmount
H A Dhfs_readwrite.c3354 blockHint = hfsmp->hfs_metazone_start;
4024 blockHint = hfsmp->hfs_metazone_start;
4025 } else if ((blockHint >= hfsmp->hfs_metazone_start) &&
5007 if (blockHint >= hfsmp->hfs_metazone_start &&
H A Dhfs_vfsutils.c1021 if (vcb->nextAllocation >= hfsmp->hfs_metazone_start &&
3113 hfsmp->hfs_metazone_start = 0;
3130 hfsmp->hfs_metazone_start = 1;
3145 printf("hfs: metadata zone is %d to %d\n", hfsmp->hfs_metazone_start, hfsmp->hfs_metazone_end);

Completed in 51 milliseconds