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

/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dnewfs_hfs.c85 static void validate_hfsplus_block_size __P((UInt64 sectorCount, UInt32 sectorSize));
726 static void validate_hfsplus_block_size(UInt64 sectorCount, UInt32 sectorSize) argument
731 u_int64_t fs_size = sectorCount * sectorSize;
764 fatal("Error: Disk Device is too big (%llu sectors, %d bytes per sector", sectorCount, sectorSize);
773 if ((sectorCount / (gBlockSize / sectorSize)) > 0xFFFFFFFF) {
783 u_int64_t fs_size = sectorCount * sectorSize;
807 dip.sectorSize = kBytesPerSector;
867 dip.sectorSize = kBytesPerSector;
868 dip.totalSectors = dip.physTotalSectors * dip.physSectorSize / dip.sectorSize;
874 u_int64_t secsize = (u_int64_t) dip.sectorSize;
950 UInt32 sectorSize = dip->sectorSize; local
[all...]
H A Dnewfs_hfs.h178 /* sectorSize = kBytesPerSector = 512
183 uint32_t sectorSize; member in struct:DriveInfo
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c500 u_int32_t sectorSize; local
514 sectorSize = VCBTOHFS(vcb)->hfs_logical_block_size;
536 sectorsPerBlock = allocBlockSize / sectorSize; // sectors per allocation block
543 temp = (daddr64_t)((offset - (off_t)((off_t)(firstFABN) * (off_t)(allocBlockSize)))/sectorSize);
548 temp += vcb->hfsPlusIOPosOffset / sectorSize;
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSUtils.c1191 &myVOPtr->sectorSize );
1195 myVOPtr->totalDeviceSectors, myVOPtr->sectorSize);
1358 plog( "\tsector size = %d 0x%02x \n", myVOPtr->sectorSize, myVOPtr->sectorSize );
H A DScavenger.h666 UInt32 sectorSize; // size of a sector for this device member in struct:VolumeObject
H A DSVerify1.c632 myVOPtr->totalDeviceSectors, myVOPtr->sectorSize);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c31669 DWORD sectorSize; /* Sector size of the device file is on */ member in struct:winFile
38201 u32 sectorSize; /* Assumed sector size during rollback */ member in struct:Pager
[all...]

Completed in 639 milliseconds