Searched refs:SectorSize (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp43 chunk->SubStripes(), chunk->SectorSize());
H A DVolume.h51 uint32 SectorSize() const { return fSectorSize; } function in class:Volume
H A DExtentAllocator.cpp692 uint64 remainder = start % fVolume->SectorSize();
694 start += fVolume->SectorSize() - remainder;
695 size = size / fVolume->SectorSize() * fVolume->SectorSize();
H A DVolume.cpp148 fSectorSize = fSuperBlock.SectorSize();
375 fSectorSize = fSuperBlock.SectorSize();
H A Dbtrfs.h194 uint32 SectorSize() const function in struct:btrfs_chunk
261 uint32 SectorSize() const { return B_LENDIAN_TO_HOST_INT32(sector_size); } function in struct:btrfs_super_block
H A DInode.cpp129 nbytes = (size / volume->SectorSize() + 1) * volume->SectorSize();
H A Dkernel_interface.cpp1107 INFORM("\tsector size: %u bytes\n", (unsigned)super.SectorSize());
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAInfoBlock.h407 uint32 SectorSize() function in struct:ata_device_infoblock
H A DATADevice.cpp553 fBlockSize = fInfoBlock.SectorSize();
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp787 fSectorSize = ataData.SectorSize();
909 TRACE("SectorSize %" B_PRIu32 ", SectorCount 0x%" B_PRIx64 "\n",
951 TRACE("SectorSize %" B_PRIu32 ", SectorCount 0x%" B_PRIx64 "\n",

Completed in 75 milliseconds