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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h291 u_int32_t hfs_metazone_start; member in struct:hfsmount
H A Dhfs_vfsutils.c804 if (vcb->nextAllocation >= hfsmp->hfs_metazone_start &&
2752 hfsmp->hfs_metazone_start = 0;
2769 hfsmp->hfs_metazone_start = 1;
2777 printf("hfs: metadata zone is %d to %d\n", hfsmp->hfs_metazone_start, hfsmp->hfs_metazone_end);
H A Dhfs_readwrite.c2921 blockHint = hfsmp->hfs_metazone_start;
3541 blockHint = hfsmp->hfs_metazone_start;
3542 } else if ((blockHint >= hfsmp->hfs_metazone_start) &&
4462 if (blockHint >= hfsmp->hfs_metazone_start &&
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c943 ((*actualStartBlock < VCBTOHFS(vcb)->hfs_metazone_start) ||
1051 ((*actualStartBlock < VCBTOHFS(vcb)->hfs_metazone_start) ||
1260 bit = VCBTOHFS(vcb)->hfs_metazone_start;
1313 if ((bit >= hfsmp->hfs_metazone_start) &&
H A DFileExtentMapping.c1301 if (vcb->nextAllocation >= VCBTOHFS(vcb)->hfs_metazone_start &&

Completed in 110 milliseconds