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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c272 ((*actualStartBlock < VCBTOHFS(vcb)->hfs_metazone_start) ||
315 ((*actualStartBlock < VCBTOHFS(vcb)->hfs_metazone_start) ||
415 bit = VCBTOHFS(vcb)->hfs_metazone_start;
468 if ((bit >= hfsmp->hfs_metazone_start) &&
H A DFileExtentMapping.c1241 if (vcb->nextAllocation >= VCBTOHFS(vcb)->hfs_metazone_start &&
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h242 u_int32_t hfs_metazone_start; member in struct:hfsmount
H A Dhfs_readwrite.c2387 blockHint = hfsmp->hfs_metazone_start;
2777 blockHint = hfsmp->hfs_metazone_start;
2778 } else if ((blockHint >= hfsmp->hfs_metazone_start) &&
3212 if (blockHint >= hfsmp->hfs_metazone_start &&
H A Dhfs_vfsutils.c690 if (vcb->nextAllocation >= hfsmp->hfs_metazone_start &&
2282 hfsmp->hfs_metazone_start = 1;
2290 printf("HFS: metadata zone is %d to %d\n", hfsmp->hfs_metazone_start, hfsmp->hfs_metazone_end);
H A Dhfs_vfsops.c4563 HFS_UPDATE_NEXT_ALLOCATION(hfsmp, hfsmp->hfs_metazone_start);

Completed in 33 milliseconds