Searched refs:SECTOR_SIZE (Results 1 – 4 of 4) sorted by relevance
33 #define SECTOR_SIZE 512 macro
194 static constexpr uint32_t SECTOR_SIZE = 512; variable195 static constexpr uint32_t LBA_LENGTH = SECTOR_SIZE;
302 uint64_t capacity = sector * SECTOR_SIZE; in GetCapacity()
243 target->length = mapLength / SECTOR_SIZE; in ConstructLinearTarget()250 …s(target->paras, MAX_BUFFER_LEN, MAX_BUFFER_LEN - 1, "%s %llu", dev, mapStart / SECTOR_SIZE) < 0) { in ConstructLinearTarget()