Allow read of filesystem names
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/// A disk extent
|
||||
#[derive(Copy, Clone, Debug, Default)]
|
||||
#[repr(packed)]
|
||||
pub struct Extent {
|
||||
pub block: u64,
|
||||
pub length: u64,
|
||||
}
|
||||
Reference in New Issue
Block a user