Searched refs:hfs_metazone_end (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c944 (*actualStartBlock > VCBTOHFS(vcb)->hfs_metazone_end))) {
1052 (*actualStartBlock > VCBTOHFS(vcb)->hfs_metazone_end))) {
1264 lastbit = VCBTOHFS(vcb)->hfs_metazone_end;
1314 (bit <= hfsmp->hfs_metazone_end)) {
1315 bit = hfsmp->hfs_metazone_end + 1;
1659 search_sentinel.offset = hfsmp->hfs_metazone_end;
1688 if ((metaend_node) && (metaend_node->offset < hfsmp->hfs_metazone_end)) {
1690 if (node_end > hfsmp->hfs_metazone_end) {
1691 u_int32_t modified_length = node_end - hfsmp->hfs_metazone_end;
1697 tempnode.offset = hfsmp->hfs_metazone_end;
[all...]
H A DFileExtentMapping.c1302 vcb->nextAllocation <= VCBTOHFS(vcb)->hfs_metazone_end) {
1304 HFS_UPDATE_NEXT_ALLOCATION(vcb, VCBTOHFS(vcb)->hfs_metazone_end + 1);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c805 vcb->nextAllocation <= hfsmp->hfs_metazone_end) {
806 HFS_UPDATE_NEXT_ALLOCATION(hfsmp, hfsmp->hfs_metazone_end + 1);
2753 hfsmp->hfs_metazone_end = 0;
2770 hfsmp->hfs_metazone_end = blk - 1;
2774 hfsmp->hfs_hotfile_end = hfsmp->hfs_metazone_end;
2777 printf("hfs: metadata zone is %d to %d\n", hfsmp->hfs_metazone_start, hfsmp->hfs_metazone_end);
H A Dhfs.h292 u_int32_t hfs_metazone_end; member in struct:hfsmount
H A Dhfs_readwrite.c1761 if (hfsmp->hfs_metazone_end != 0) {
1762 HFS_UPDATE_NEXT_ALLOCATION(hfsmp, hfsmp->hfs_metazone_end + 1);
3543 (blockHint <= hfsmp->hfs_metazone_end)) {
3547 blockHint = hfsmp->hfs_metazone_end + 1;
4463 blockHint <= hfsmp->hfs_metazone_end)
4519 hfsmp->hfs_metazone_end)) {
H A Dhfs_xattr.c2386 startblk = hfsmp->hfs_metazone_end;
H A Dhfs_vfsops.c4727 hfsmp->nextAllocation = hfsmp->hfs_metazone_end + 1;

Completed in 134 milliseconds