#include <block.h>
Data Fields | |
uint64_t | blocks_count |
Number of blocks in the device. | |
unsigned | block_bytes |
Size in bytes of a block. |
Pass a pointer to a structure of this type to the BlockOperations::get_medium_info() block device operation to gather information about the medium loaded in a block device.
Definition at line 149 of file block.h.
uint64_t BlockMediumInfo::blocks_count |
unsigned BlockMediumInfo::block_bytes |