Struct devicemapper::ThinDev [] [src]

pub struct ThinDev { /* fields omitted */ }

DM construct for a thin block device

Methods

impl ThinDev
[src]

support use of DM for thin provisioned devices over pools

Use the given ThinPoolDev as backing space for a newly constructed thin provisioned ThinDev returned by new().

name of the thin device

Get the "x:y" device string for this LinearDev

return the total size of the linear device

return the thin id of the linear device

path of the device node

Get the current status of the thin device.

Extend the thin device's (virtual) size by the number of sectors given.

Remove the device from DM

Trait Implementations

impl Debug for ThinDev
[src]

Formats the value using the given formatter.