Searched refs:vcbAlBlSt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRuntime.h315 UInt16 vcbAlBlSt; /* first allocation block in HFS volume */ member in struct:SVCB
H A DSVerify2.c1454 if ( mdbP->drAlBlSt != vcb->vcbAlBlSt ) {
1657 if ( (UInt16) (hfsPlusIOPosOffset/512) != vcb->vcbAlBlSt ) {
H A DVolumeBitmapCheck.c1122 offset += g->calculatedVCB->vcbAlBlSt * 512ULL;
H A DSExtents.c481 temp += vcb->vcbAlBlSt; // offset in sectors from start of volume
H A DSVerify1.c706 vcb->vcbAlBlSt = myVOPtr->embeddedOffset / 512;
817 vcb->vcbAlBlSt = myMDBPtr->drAlBlSt;
3636 offset += vcb->vcbAlBlSt * 512ULL; // offset to start of volume
H A DSRepair.c5416 old_offset = (vcb->vcbAlBlSt + (sectorsPerBlock * startAllocationBlock)) << Log2BlkLo;
5417 new_offset = (vcb->vcbAlBlSt + (sectorsPerBlock * newStartAllocationBlock)) << Log2BlkLo;
5451 offset = (vcb->vcbAlBlSt + ((vcb->vcbBlockSize / Blk_Size) * startBlock)) << Log2BlkLo;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs.h224 int16_t vcbAlBlSt; /* HFS only */ member in struct:hfsmount
H A Dhfs_vfsutils.c144 vcb->vcbAlBlSt = SWAP_BE16 (mdb->drAlBlSt);
436 vcb->vcbAlBlSt = 0; /* hfs+ allocation blocks start at first block of volume */
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c552 temp += vcb->vcbAlBlSt;

Completed in 345 milliseconds