Public Attributes | List of all members
kvikio::BlockDeviceInfo Struct Reference

Information about a block device. More...

#include <file_utils.hpp>

Public Attributes

dev_t id
 Combined major:minor device ID (suitable for use as map key)
 
unsigned major
 Major device number.
 
unsigned minor
 Minor device number.
 
std::string name
 Device name (e.g., "nvme0", "sda", "dm-0")
 

Detailed Description

Information about a block device.

Definition at line 207 of file file_utils.hpp.


The documentation for this struct was generated from the following file: