Struct xfs::ExtentAllocation [] [src]

pub struct ExtentAllocation {
    pub allocated_extents: u32,
    pub allocated_blocks: u32,
    pub freed_extents: u32,
    pub freed_blocks: u32,
}

Fields

Number of file system extents allocated over all XFS filesystems.

Number of file system blocks allocated over all XFS filesystems.

Number of file system extents freed over all XFS filesystems.

Number of file system blocks freed over all XFS filesystems.