org.freedesktop.UDisks2.Block.Bcache

org.freedesktop.UDisks2.Block.Bcache

Methods

BcacheDestroy (IN  a{sv} options);
SetMode       (IN  s     mode,
               IN  a{sv} options);

Properties

mode           readable   s
state          readable   s
block_size     readable   t
cache_size     readable   t
cache_used     readable   t
hits           readable   t
misses         readable   t
bypass_hits    readable   t
bypass_misses  readable   t

Description

Method Details

The BcacheDestroy() method

BcacheDestroy (IN  a{sv} options);

Destroy bcache devices.

No additional options are currently defined.

IN a{sv} options:

Additional options.

Since 2.4.0


The SetMode() method

SetMode (IN  s     mode,
         IN  a{sv} options);

Change cache mode.

No additional options are currently defined.

IN s mode:

mode to set

IN a{sv} options:

Additional options.

Since 2.4.0

Property Details

The "mode" property

mode  readable   s


The "state" property

state  readable   s


The "block_size" property

block_size  readable   t


The "cache_size" property

cache_size  readable   t


The "cache_used" property

cache_used  readable   t


The "hits" property

hits  readable   t


The "misses" property

misses  readable   t


The "bypass_hits" property

bypass_hits  readable   t


The "bypass_misses" property

bypass_misses  readable   t