Lines Matching full:block_size
2757 uint64 block_size = 0;2759 if (ioctl(fd, BLKGETSIZE64, &block_size) == -1) {2766 if (block_size == 0) {2773 device_sectors_ = block_size / kSectorSize;