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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c273 (*actualStartBlock > VCBTOHFS(vcb)->hfs_metazone_end))) {
316 (*actualStartBlock > VCBTOHFS(vcb)->hfs_metazone_end))) {
419 lastbit = VCBTOHFS(vcb)->hfs_metazone_end;
469 (bit <= hfsmp->hfs_metazone_end)) {
470 bit = hfsmp->hfs_metazone_end + 1;
701 if (startingBlock <= vcb->hfs_metazone_end) {
702 if (endingBlock > (vcb->hfs_metazone_end + 2))
703 startingBlock = vcb->hfs_metazone_end + 1;
1400 if (startingBlock <= vcb->hfs_metazone_end) {
1401 if (endingBlock > (vcb->hfs_metazone_end
[all...]
H A DFileExtentMapping.c1242 vcb->nextAllocation <= VCBTOHFS(vcb)->hfs_metazone_end) {
1244 HFS_UPDATE_NEXT_ALLOCATION(vcb, VCBTOHFS(vcb)->hfs_metazone_end + 1);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c1475 HFS_UPDATE_NEXT_ALLOCATION(hfsmp, hfsmp->hfs_metazone_end + 1);
2779 (blockHint <= hfsmp->hfs_metazone_end)) {
2783 blockHint = hfsmp->hfs_metazone_end + 1;
3213 blockHint <= hfsmp->hfs_metazone_end)
3269 hfsmp->hfs_metazone_end)) {
H A Dhfs_vfsutils.c691 vcb->nextAllocation <= hfsmp->hfs_metazone_end) {
692 HFS_UPDATE_NEXT_ALLOCATION(hfsmp, hfsmp->hfs_metazone_end + 1);
2283 hfsmp->hfs_metazone_end = blk - 1;
2287 hfsmp->hfs_hotfile_end = hfsmp->hfs_metazone_end;
2290 printf("HFS: metadata zone is %d to %d\n", hfsmp->hfs_metazone_start, hfsmp->hfs_metazone_end);
H A Dhfs.h243 u_int32_t hfs_metazone_end; member in struct:hfsmount
H A Dhfs_vfsops.c3809 hfsmp->nextAllocation = hfsmp->hfs_metazone_end + 1;
4700 error = hfs_relocate(vp, hfsmp->hfs_metazone_end + 1, kauth_cred_get(), current_proc());
4710 error = hfs_relocate(rvp, hfsmp->hfs_metazone_end + 1, kauth_cred_get(), current_proc());
H A Dhfs_xattr.c2066 startblk = hfsmp->hfs_metazone_end;

Completed in 102 milliseconds