Searched refs:startSector (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSVerify1.c61 static OSErr SeekVolumeHeader( SGlobPtr GPtr, UInt64 startSector, UInt32 numSectors, UInt64 *vHSector );
831 UInt64 startSector; local
890 startSector = myVOPtr->totalDeviceSectors - 4 - numSectorsToSearch;
892 err = SeekVolumeHeader( GPtr, startSector, numSectorsToSearch, &altVHSector );
899 startSector = mdb->drAlBlSt + (4 * sectorsPerBlock); // Start looking at 4th HFS allocation block
902 err = SeekVolumeHeader( GPtr, startSector, numSectorsToSearch, &vHSector );
926 startSector = 2 + mdb->drAlBlSt +
929 err = SeekVolumeHeader( GPtr, startSector, mdb->drAlBlkSiz / Blk_Size, &vHSector );
936 mdb->drAlBlSt += vHSector - startSector; // Fix the bad field
954 static OSErr SeekVolumeHeader( SGlobPtr GPtr, UInt64 startSector, UInt3 argument
[all...]
H A DSExtents.c426 UInt64 *startSector, // first 512-byte volume sector (NOT an allocation block)
484 *startSector = temp;
421 MapFileBlockC( SVCB *vcb, SFCB *fcb, UInt32 numberOfBytes, UInt64 sectorOffset, UInt64 *startSector, UInt32 *availableBytes) argument
H A DScavenger.h1138 UInt64 *startSector, // first 512-byte volume sector (NOT an allocation block)
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c497 daddr64_t *startSector, // first sector (NOT an allocation block)
555 *startSector = temp;
492 MapFileBlockC( ExtendedVCB *vcb, FCB *fcb, size_t numberOfBytes, off_t offset, daddr64_t *startSector, size_t *availableBytes) argument

Completed in 143 milliseconds