Lines Matching refs:block_size
2732 uint64 block_size = 0;2734 if (ioctl(fd, BLKGETSIZE64, &block_size) == -1) {2741 if (block_size == 0) {2748 device_sectors_ = block_size / kSectorSize;